.workplace-swiper {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.workplace-swiper .swiper-wrapper {
    width: 100% !important;
}

.workplace-swiper .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
}

.workplace-swiper .swiper-slide img {
    width: 100% !important;
    object-fit: cover;
    display: block;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.workplace-swiper .swiper-button-next,
.workplace-swiper .swiper-button-prev {
    color: var(--primary);
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.workplace-swiper .swiper-button-next::after,
.workplace-swiper .swiper-button-prev::after {
    font-size: 16px;
}

.workplace-swiper .swiper-pagination-bullet {
    background: white;
    opacity: 0.5;
}

.workplace-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--primary) !important;
}