.job-offer-galleries-container {
    background-color: #f8f8f8;
    border-radius: 50px;
    padding: 40px;
    margin-bottom: 40px;
    overflow: hidden;
}

.gallery-section {
    max-width: 1200px;
    margin: auto
}

.gallery-section:last-child {
    margin-bottom: 0
}

.gallery-section h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px
}

.gallery-section p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px
}

.swiper-container {
    width: 100%;

    padding-bottom: 20px
}

.swiper-slide {
    box-sizing: border-box;
    padding: 0 10px
}

@media (max-width:1024px) and (min-width:769px) {
    .swiper-slide {
        width: 40%!important
    }
}

@media (max-width:768px) {
    .swiper-slide {
        width: 66.67%!important
    }

    .job-offer-galleries {
        padding: 40px 20px
    }

    .gallery-section {
        margin-bottom: 40px
    }

    .gallery-section h3 {
        font-size: 20px;
        margin-bottom: 8px
    }

    .gallery-section p {
        font-size: 14px;
        margin-bottom: 20px
    }

    .swiper-button-next:not(.swiper-button-arrow),.swiper-button-prev:not(.swiper-button-arrow) {
        width: 30px;
        height: 30px
    }

    .swiper-button-next:not(.swiper-button-arrow):after,.swiper-button-prev:not(.swiper-button-arrow):after {
        font-size: 14px
    }
}

.swiper-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px
}

.carousel-arrows-accomodation,.carousel-arrows-workspace {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    gap: 10px
}

.swiper-button-next:not(.swiper-button-arrow),.swiper-button-prev:not(.swiper-button-arrow) {
    position: static;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,.8);
    border-radius: 50%;
    color: #000;
    margin: 0
}

.swiper-button-next:not(.swiper-button-arrow):after,.swiper-button-prev:not(.swiper-button-arrow):after {
    font-size: 20px
}