.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 .wp-block-buttons{
    justify-content: center;
}
.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: 767px) {
    .banner-section {
        min-height: 400px !important;
    }
    .banner-section h1{
        font-size: 24px !important;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .service-section .wp-block-columns {
        flex-wrap: nowrap !important;
    }
    .banner-section h1{
        font-size: 26px !important;
    }
    .service-section h2 {
        font-size: 22px !important;
    }
    .banner-section {
        min-height: 450px !important;
    }
}

   
