/* Espaço para as bolinhas não grudarem no texto */
.mySwiper {
    padding-bottom: 50px !important; 
}

/* Ajuste das bolinhas padrão iOS */
.swiper-pagination-bullet {
    background-color: #86868b;
    opacity: 0.4;
    width: 8px;
    height: 8px;
    transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
    background-color: #1d1d1f;
    opacity: 1;
    width: 10px;
    height: 10px;
}