section .section-tit1 span {
    font-size: 24px;
}
section .post {
    height: 300px;
    margin-bottom: 20px;
    text-align: center;
}
section .post a {
    background-size: cover;
    background-position: center center;
    color: white;
}
section .post a .display-tablecell {
    padding: 15px;
    background-color: #b72303;
}
section .post a:hover .display-tablecell {
    background-color: rgba(183, 35, 3, 0.5);
}
section .post .fecha-grd {
    color: #b8635d;
    font-size: 116px;
    font-weight: 700;
    line-height: 1;
}
section .post .fecha-peq {
    color: #b8635d;
    font-size: 22px;
    font-weight: 700;
}
section hr {
    border-color: #1A171C;
}
@media (min-width: 768px) {
    section {
        padding-bottom: 39px;
    }    
}