.history-swiper .swiper-container {
    width: 100%;
    height: 100%;
}

.history-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    aspect-ratio: 644/386;
}


.history-swiper {
    width: 100%;
    height: auto;
    max-width: unset !important;
    overflow: hidden;
    position: relative;
    --swiper-theme-color: #0e288b;
}

.history-swiper .swiper-wrapper {
    display: flex;
    max-width: unset;
}

.history-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}