.banner-section {
    width: auto;
    height: auto;
}
.banner-section img, .service-section img {
    width: 100%;
}
.banner-section h1,.banner-section-btn a {
    font-weight: 700;
}
.banner-section p {
    font-weight: 400;
}
.banner-section-btn a {
    color: #EC195C !important;
    border: none !important;
    text-decoration: none;
}
.banner-section-btn a.wp-block-button__link {
    margin: 15px 0 0 0 !important;
}
.service-section h2,.service-section p {
    font-weight: 600;
}
@media screen and (max-width: 720px) {
    .banner-section {
        min-height: auto !important;
    }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
    .service-section .wp-block-columns {
        flex-wrap: nowrap !important;
    }
    .service-section h2 {
        font-size: 22px !important;
    }
    .banner-section {
        min-height: auto !important;
    }
}

   
