
.section-gallery {
    padding-top: 22px;
    padding-bottom: 72px;
    position: relative;
}
.section-gallery__bg {
    z-index: -1;
    pointer-events: none;
    position: absolute;
    top: -17%;
    right: 0;
    width: 460px;
}
.section-gallery h2,
.section-gallery .h2 {
    font-weight: 300;
    margin: 0;
    color: #CB008C;
}

@media (max-width: 1199px) {
    .section-gallery h2, .section-gallery .h2 {
        margin-bottom: 20px;
    }
    .section-gallery__bg {
        width: 300px;
    }
}
@media (max-width: 767px) {
    .section-gallery__bg {
        width: 160px;
    }
    .section-gallery {
        padding-top: 0px !important;
    }
        .section-gallery h2, .section-gallery .h2 {
        margin-bottom: 10px !important;
        font-size: 24px;
    }

    
}