.about {
    position: relative
}

.about__bg-bottom {
    position: absolute;
    bottom: -140px;
    right: 0;
    z-index: -1;
    pointer-events: none;
    display: none
}

.about__bg-bottom img {
    width: auto;
    height: auto
}

.about .custom-slider__head {
    margin-bottom: 48px
}

@media (min-width: 1200px) {
    .about__bg-bottom {
        display: block
    }

    .about .custom-slider__head {
        margin-bottom: 80px
    }
}

@media (min-width: 760px) and (max-width: 1199.98px) {
    .about .swiper-button-next, .about .swiper-button-prev {
        top: 15vw
    }
}

@media (max-width: 759.98px) {
    .about .swiper-button-next, .about .swiper-button-prev {
        top: 30vw
    }
}

.about .swiper-button-prev {
    left: 0
}

.about .swiper-button-next {
    right: 0
}

.about .swiper-pagination--relative {
    margin-top: 40px
}

@media (min-width: 576px) {
    .about .swiper-pagination--relative {
        margin-top: 102px
    }
}
