@charset "utf-8";

:root {
    --swiper-pagination-bullet-size: 16px;
    --swiper-theme-color: #00479D;
    --swiper-pagination-bullet-inactive-color: #d1d1d1;
    --swiper-pagination-bullet-inactive-opacity: 1;

}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .25rem !important;
    border: 1px solid #dee2e6 !important;
    background-color: #f5f5f5;
}

.swiper-pagination {
    position: static;
    margin-top: 1rem;
}
