.exposition {
    background-color: #161925;
    padding: 10rem 3rem 5rem;

    color: white;
}
.main-swiper {
    width: 100%;
    height: 80vh;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 80%;
    object-fit: contain;
}
