.about-us .swiper-outer {
    width: 100%;
    position: relative;
}
@media (min-width: 992px) {
    .about-us .swiper-outer {
        width: 579px;
        height: 419px;
    }
}

.about-us .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
}

.about-us .swiper-slide img {
    object-fit: contain;
    width: 100%;
}
@media (min-width: 600px) {
    .about-us .swiper-slide img {
        width: auto;
    }
}

.about-us .swiper-pagination {
    bottom: -43px;
}

.about-us .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    border: 2px solid #b337de;
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 10px;
}

.about-us .swiper-pagination .swiper-pagination-bullet-active {
    background: #b337de;
}