.team-building-carousel .swiper-pagination {
    bottom: -30px !important;
}

.team-building-carousel .swiper-pagination-bullet {
    width: 30px !important;
    height: 30px !important;
    border: 3px solid #012F6B;
    transition: 0.4s;
}

.team-building-carousel .swiper-pagination-bullet:hover {
    background-color: #012f6bbf !important;

}

@media only screen and (max-width: 599px) {
    .team-building-carousel .swiper-pagination-bullet {
        width: 20px !important;
        height: 20px !important;
        border: 2px solid #012F6B;
        transition: 0.4s;
    }
}