.banner-section {
    width: auto;
    height: 600px;
}
.banner-section img, .service-section img {
    width: 100%;
}
.banner-section-btn a {
    color: #000 !important;
    font-weight: 600;
    text-decoration: none;
}
.banner-section-btn a.wp-block-button__link:hover {
    background: #e37e86 !important;
    color: #000 !important;
    font-weight: 600;
}
.banner-section-content h1 {
    font-weight: 700;
}
.banner-section-content p {
    font-weight: 400;
}
.service-section h2,.service-section h3 {
    font-weight: 500;
    position: relative;
}
.service-section h2:after {
    background: #000;
    width: 29%;
    height: 2px;
    opacity: 1;
    position: absolute;
    padding: 1px;
    content: "";
    left: 0;
    bottom: 0;
}
.cat-box {
    position: absolute;
    top: 50%;
    opacity: 0.9;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.cat-box h3{
    padding: 10px !important;
}
.side-box p,.side-box img {
    padding: 0px 10px;
}
@media screen and (max-width: 767px) {
    .banner-section {
        height: 400px;
    }
    .banner-section {
        min-height: auto !important;
    }
    .service-section h2{
        margin-bottom: 20px;
    }
    .banner-section-content h1, .service-section h2{
        font-size: 22px !important;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .banner-section {
        height: 400px;
    }
    .service-section  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 46% !important;
    }
    .banner-section {
        min-height: auto !important;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px){
    .banner-section {
        height: 450px;
    }
}
   
