section #posts {
    margin-left: -5px;
    margin-right: -5px;
}
section #posts .post {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}
section #posts .post .post-cont {
    border: 1px solid #7daed3;
    padding: 10px 12px;
    color: #1d1d1b;
}
section #posts .post .post-cat,
section #posts .post h2 {    
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
section #posts .post .post-cat {
    font-size: 11px;
}
section #posts .post .post-cat a {
    color: #1d1d1b;
}
section #posts .post .post-cat a:hover {
    color: #7daed3;
}
section #posts .post h2 a {
    color: #7daed3;
}
section #posts .post h2 a:hover {
    color: #1d1d1b;
}
section #posts .post h2 {
    font-size: 15px;
}
section #paginador {
    margin-top: 15px;
    text-align: center;
}
section #paginador a {
    width: 24px;
    height: 24px;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
}
@media (min-width: 992px) {
    section #posts .post:nth-of-type(4n + 1) {
        clear: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    section #posts .post:nth-of-type(3n + 1) {
        clear: left;
    }
}