.experiences {
    position: relative;
    z-index: 1;
    padding-bottom: 185px;
}
.experiences .left {
    width: 7%;
}
.experiences .middle {
    width: 86%;
}
.experiences .right {
    width: 7%;
}
.experiences .middle .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    padding-bottom: 35px;
}
.experiences .middle .swiper-wrapper .swiper-slide .title {
    font-family: var(--noto);
    font-size: 30px;
    color: var(--medium-blue);
    display: flex;
    justify-content: center;
}
.experiences .bi-arrow-right-short, .experiences .bi-arrow-left-short {
    position: relative;
    top: -40px;
}
.experiences .bi-arrow-right-short:hover::before, .experiences .bi-arrow-left-short:hover::before {
    background-color: #D2D6D9;
    border: none;
    color: #101010;
}
.experiences .bi-arrow-right-short::before, .experiences .bi-arrow-left-short::before {
    font-size: 35px;
    color: rgb(0, 0, 0, 0.6);
    border: 1px solid rgb(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 50%;
}
.experiences .bi-arrow-right-short:hover::before, .experiences .bi-arrow-left-short:hover::before {
    background-color: #F7F7F7;
    border: none;
    color: #101010;
}
.experiences .swiper-pagination-clickable .swiper-pagination-bullet {
    border: 1px solid var(--medium-blue);
    opacity: 0.4;
}
.experiences .swiper-pagination-bullet-active {
    background: var(--medium-blue)!important;
    opacity: 1!important;
}
.experiences .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 85px;
}







/* Responsive */
@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1536px) {
    .experiences .middle .swiper-wrapper .swiper-slide .image {
        height: 350px;
        padding-bottom: 10px;
    }
    .experiences .middle .swiper-wrapper .swiper-slide .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
    .experiences {
        padding-bottom: 100px;
    }
    .experiences .middle .swiper-wrapper .swiper-slide .image {
        height: 270px;
    }
    .experiences .bi-arrow-right-short::before, .experiences .bi-arrow-left-short::before {
        font-size: 21px;
    }
    .experiences .bi-arrow-right-short, .experiences .bi-arrow-left-short {
        position: relative;
        top: -25px;
    }
    .experiences .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 45px;
    }
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 768px) {
    .experiences .middle .swiper-wrapper .swiper-slide .image {
        height: 240px;
    }
}

@media screen and (max-width: 428px) {
    .experiences .left {
        display: none;
    }
    .experiences .middle {
        width: 100%;
    }
    .experiences .right {
        display: none;
    }
    .experiences .middle .swiper-wrapper .swiper-slide .title {
        font-size: 18px;
    }
    .experiences .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 50px;
    }
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
    .experiences .middle .swiper-wrapper .swiper-slide .image {
        height: 250px;
    }
}