.about-img-slider-active {
    z-index: 2;
}
.about-img-slider-box {
    max-width: 1225px;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .about-img-slider-box {
        max-width: 765px;
    }
}
@media only screen and (min-width: 1200px) {
    .about-img-slider-box {
        max-width: 960px;
    }
}
@media only screen and (min-width: 1400px) {
    .about-img-slider-box {
        max-width: 950px;
    }
}
@media only screen and (min-width: 1600px) {
    .about-img-slider-box {
        max-width: 1225px;
    }
}
.about-img-slider-box .swiper-pagination {
    left: -45px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 575px) {
    .about-img-slider-box .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
        bottom: -25px;
        top: inherit;
        flex-direction: row;
        gap: 10px;
    }
}
@media only screen and (min-width: 576px) {
    .about-img-slider-box .swiper-pagination {
        left: -20px;
    }
}
@media only screen and (min-width: 992px) {
    .about-img-slider-box .swiper-pagination {
        left: -30px;
    }
}
@media only screen and (min-width: 1200px) {
    .about-img-slider-box .swiper-pagination {
        left: -45px;
    }
}
.about-img-slider-box .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    opacity: 1;
    background-color: transparent;
    border: 2px solid #121212;
}
.about-img-slider-box .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #121212;
    transform: scale(1.4);
}
