* {
    font-family: "Lato", sans-serif;
}

.swiper-pagination-bullet {
    background: #999;
    height: 1.75rem;
    border-radius: 5px;
}

.swiper-pagination-bullet-active {
    background: #F0B100;
}

