.banner-section {
    width: auto;
    height: auto;
}
.banner-section img, .service-section img {
    width: 100% !important;
}
.banner-section-content h1 ,.service-section h2,.content-box h4 {
    font-family: 'Barlow Semi Condensed',sans-serif;
}
.banner-section-content h1 {
    font-weight: 800;
}
.banner-section p, .service-section p, .banner-section-btn .wp-block-button__link, 
.service-section-btn .wp-block-button__link{
    font-family: 'Roboto';
}
.service-section h2 {
    font-weight: 600;
}
.banner-section-btn  {
    border: 1px solid #fff;
    color: #fff !important;
    font-weight: 500;
    border-radius: 25px;
}
.service-section-btn  {
    border: 1px solid #fff;
    box-shadow: 0 2px 10px 0px #e1e1e1;
    font-weight: 600;
}
.banner-section-btn .wp-block-button__link::after, 
.service-section-btn .wp-block-button__link::after{
    content: "\f105" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background: #005BBA ;
    color: #fff;
    padding: 12px 15px;
    border-radius: 50%;
    margin-left: 13px;
    }
.banner-section-btn .wp-block-button__link, .service-section-btn .wp-block-button__link{
    padding: calc(0.667em + 2px) calc(1.333em + -11px) !important;
}
.service-box {
    box-shadow: 0 0 5px #7e7d7d;
}
.service-section-btn  {
    border: 1px solid #fff;
    box-shadow: 0 2px 10px 0px #e1e1e1;
    font-weight: 600;
    border-radius: 28px;
}
.service-section h2 {
    margin-bottom: 0 !important;
}