<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-section {
    width: auto;
    height: auto;
}
.banner-section img, .service-section img {
    width: 100%;
}
.banner-section-content h1, 
.service-section h2,.service-box h3{
    font-weight: 600 !important;
}
.banner-section-btn a{
    padding: 11px 88px;
    border: 1px solid #000;
    font-weight: 600;
    text-decoration: none !important;
}
.banner-section-btn.wp-block-button {
    background: #fcb20b;
    padding: 12px 8px;
}
.service-box:hover h3,.service-box:hover .root:before,
.service-box:hover .comment:before {
    color: #FCB20B !important;
}
.service-box .root:before {
    content: "\f007";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    margin: 7px;
}
.service-box .comment:before {
    content: "\f086";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    margin: 7px;
} 
.service-box .wp-block-columns {
    gap: 0em !important;
}
@media screen and (max-width: 720px) {
    .service-box .wp-block-columns {
        flex-wrap: nowrap !important;
    }
    .banner-section {
        min-height: auto !important;
    }
}
@media screen and (max-width: 992px) and (min-width: 767px) {
    .service-section .wp-block-columns, .service-box .wp-block-columns {
        flex-wrap: nowrap !important;
    }
    .service-box .wp-block-columns:not(.is-not-stacked-on-mobile)&gt;.wp-block-column:first-child {
        flex-basis: 50% !important;
    }
    .banner-section {
        min-height: auto !important;
    }
}</pre></body></html>