.aesthetic-procedures {
    width: 100%;
    height: auto;
}

.aesthetic-procedures .vh-height {
    width: 100%;
    height: 90vh;
}

.aesthetic-procedures .vh-height img {
    width: 100%;
    height: 100%;
}

.home_intro-section.tweak-section {
    background: none;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}



.our-services h3 {
    font-size: clamp(1.25rem, 1.1919rem + 0.4651vw, 1.75rem);
}

@media (max-width: 767px) {
    .aesthetic-procedures .vh-height {
        width: 100%;
        height: auto !important;
    }   

    section {
        padding: 4rem 0 !important;
    }

    .statistics-section {
        padding: 4rem 0 !important;
    }
}

@media (max-width: 280px) {
    .booking-section .booking-row {
        padding: 8vw 1rem !important;
    }
}