.section-posts-img-before {
    margin-top: 120px
}

.section-posts-img-before h2 {
    text-transform: uppercase!important
}

@media (max-width:767.98px) {
    .section-posts-img-before {
        margin-top: 90px
    }
}

.section-posts-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

@media (max-width:767.98px) {
    .section-posts-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section-posts-img__info {
    position: absolute;
    bottom: 64px;
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0
}

@media (max-width:991.98px) {
    .section-posts-img__info {
        bottom: 34px
    }
}

@media (max-width:767.98px) {
    .section-posts-img__info {
        position: relative;
        opacity: 1;
        bottom: auto
    }
}

.section-posts-img__info>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-posts-img__info>div {
    width: calc(100% - 90px);
    padding: 22px 22px 25px 35px;
    background: #fff;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:767.98px) {
    .section-posts-img__info>div {
        width: 100%;
        padding: 28px 20px
    }
}

.section-posts-img__info h4 {
    color: #ff0421!important;
    font-family: "Texta Heavy"!important;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px!important
}

@media (max-width:767.98px) {
    .section-posts-img__info h4 {
        font-size: 20px;
        line-height: 30px
    }
}

.section-posts-img__info p {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px
}

@media (max-width:767.98px) {
    .section-posts-img__info p {
        font-size: 18px;
        line-height: 26px
    }
}

.section-posts-img__bg {
    background-size: cover;
    background-position: center;
    display: block
}

.section-posts-img__bg {
    width: 100%;
    height: 100%;
    -webkit-transition: .4s;
    transition: .4s;
    min-height: 250px
}

.section-posts-img__item {
    position: relative;
    width: 50%;
    height: 454px;
    overflow: hidden
}

@media (max-width:767.98px) {
    .section-posts-img__item {
        width: 100%;
        height: auto
    }
    .section-posts-img__item:first-child {
        margin-bottom: 30px
    }
}

.section-posts-img__item:hover .section-posts-img__info {
    opacity: 1
}

.section-posts-img__item:hover .section-posts-img__bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
