.banner-section {
    width: auto;
    height: 600px;
}
.banner-section img, .service-section img {
    width: 100% !important;
}
.banner-section-content {
    min-height: 550px;
    width: 40%;
}
.banner-content-box {
    padding: 23%;
}
.banner-content-box h1 {
    position: relative;
}
.banner-content-box h1:after {
    background-color: #14cab4;
    width: 35px;
    padding: 1px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
}
.banner-section-btn a,.service-btn a{
    border: #14cab4 2px solid;
    text-decoration: none !important;
}
.banner-section-btn a {
    color: #fff !important;
    padding: 16px;
    font-size: 700 !important;
}
.banner-section-btn a:after,.service-btn a:after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 12px;
}
.banner-section-btn a:after {
    color: #fff;
    font-size: 14px;
}
.banner-section-btn a.wp-block-button__link:hover {
    background-color: #fff !important;
    color: #14cab4 !important;
}
.banner-section-btn a.wp-block-button__link:hover:after{
    color: #14cab4 !important;
}
.service-btn a {
    padding: 7px 60px;
    font-weight: 600;
}
.service-btn a:after {
    color: #14cab4;
    font-size: 15px;
}
.service-section h2 {
    font-weight: 700;
}
.service-section .service-box img{
    border: 10px solid;
    color: #14cab4;
}
.service-section p:after {
    border-bottom: 2px solid #14cab4;
    width: 20%;
    position: absolute;
    content: '';
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
} 
@media screen and (max-width: 767px) {
    .banner-section{
        height: 400px;
    }
    .banner-content-box h1{
        font-size: 22px !important;
    }
    .banner-section-btn a {
        padding: 14px !important;
        font-size: 14px !important;
    }
    .banner-content-box {
        padding: 12%;
    }
    .banner-section-content {
        min-height: auto;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .banner-section{
        height: 400px;
    }
    .service-section.wp-block-columns,.banner-section .wp-block-columns {
        flex-wrap: nowrap !important;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.banner-content-box  {
        flex-basis: 50% !important;
    }
    .banner-section-btn a {
        padding: 6px !important;
    }
    .banner-content-box {
        padding: 42% 15% !important;
    }
    .banner-content-box h1 {
        font-size: 25px !important;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px){
    .banner-section{
        height: 500px;
    }
}