section.before-after {
    max-width: 1490px;
    margin: 0 auto;
    padding-bottom: 60px;
}

section.before-after .section-title {
    margin-bottom: 28px;
}

section.before-after .button-wrap {
    margin-bottom: 40px;
}

section.before-after .section-wrap {
    margin-bottom: 14px;
}

section.before-after .item-image {
    position: relative;
    height: 0;
    margin-bottom: 26px;
    padding-top: 89%;
}

section.before-after .item-image .image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

section.before-after .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* MEDIA */

@media only screen and (max-width: 991px){
    section.before-after {
        padding-bottom: 46px;
    }

    section.before-after .button-wrap {
        margin-bottom: 0;
    }
}

/* ( < 991 ) */
