.section-post .item {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-post .item:hover img {
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.2,1.2,1);
}

.section-post .item:hover .post-title {
    color: #682453;
}

.section-post figure {
    overflow: hidden;
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}

.section-post img {
    transition: all .75s linear;
    transform: scale3d(1,1,1);
}

.section-post .post-title {
    font-family: 'Roboto', serif;
    font-size: 21px;
    font-weight: 700;
    color: #1c1c1c;
    line-height: 1.4;
    margin: 45px 0 15px 0;
    padding: 0;
}

.section-post .post-description {
    font-size: 15px;
    color: #484848;
    padding: 0;
    margin: 0;
}

@media (max-width: 576px) {
    .section-post .post-title {
        font-size: 16px;
        margin: 15px 0;
    }
}
