
.circle-image img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: contain;
}


.heroslider {
    height: 100%;
}

.heroslider .swiper-slide {
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100% !important;
    margin: 0 !important
}

.heroslider {
    margin: 0 !important
}

    .heroslider .swiper-slide {
        background-position: center !important;
        height: 70vh !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
    }

@media (max-width: 767px) {
    .heroslider .swiper-slide {
        height: 40vh !important;
    }

    
}


