.home-slider-thumbs {
    width: 100%;
    height: 350px;
}

.home-slider-thumbs .swiper-slide {
    cursor: pointer;
    height: 60px !important;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #213970;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s ease-in-out;
}

.home-slider-thumbs .swiper-slide-thumb-active {
    opacity: 0.5;
    font-size: 22px !important;
}


.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #E96852!important;
}

.swiper-pagination-bullet {
    background: #D9D9D9;
    opacity: 1;
}