.banner-section {
    height: auto;
    width: auto;
}
.banner-section img, .service-section img {
    width: 100% !important;
}
.banner-section-content h1,.banner-section-content p,
.banner-section-btn .wp-block-button__link,.contact-section p,
.service-section-btn .wp-block-button__link,.service-section h2,
.content-box h3,.content-box p{
    font-family: 'Roboto';
}
.banner-section-content p {
    padding: 16px 7px;
}
.banner-section-btn.wp-block-button {
    border: 1px solid #212121;
    font-weight: 500;
    padding: 2px 0px;
    border-radius: 25px;
}
.banner-section-btn.wp-block-button .wp-block-button__link:hover {
    background: #ffaa56 !important;
    color: #000 !important;
    border-color: #ffaa56 !important;
    padding: 14px 14px;
}
.banner-section-btn .wp-block-button__link:after {
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    margin-left: 4px;
}
.banner-section-btn, .service-section-btn {
    font-weight: bold;
}
.banner-section-btn .wp-block-button__link:hover, 
.service-section-btn .wp-block-button__link:hover {
    background-color: #06393a !important;
    color: #ffffff !important;
}
.contact-box {
    padding: 0px 9px;
    border-radius: 5px;
}
.contact-box .wp-block-columns, .project-box .wp-block-columns {
    gap: 0em !important;
}
.contact-section.wp-block-columns {
    gap: 0em !important;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}
.contact-box-1:before,.contact-box-2:before,.contact-box-3:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ffaa56;
    padding: 18px 23px;
    font-size: 36px;
    float: left;
}
.contact-box-1:before {
    content: "\f279";
}
.contact-box-2:before {
    content: "\f0e0";
}
.contact-box-3:before {
    content: "\f095";
}
.contact-section p {
    font-weight: 500;
}
.service-section h2 {
    position: relative;
    padding-bottom: 15px;
}
.service-section h2:before{
    background-color: #ffaa56;
    content: "";
    margin: 10px auto;
    width: 13%;
    height: 0.89px;
    position: absolute;
    left:43%;
    bottom: 0;
}
.service-section-btn .wp-block-button__link:after {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    margin: 8px;
}
.service-section-btn .wp-block-button__link:hover {
    background: transparent !important;
    color:#666 !important;
}
.service-section-btn .wp-block-button__link:hover:after {
    color:#666 !important;
} 
.banner-section .banner-section-btn.wp-block-button:hover {
    border: none ;
}
.service-section .service-section-btn .wp-block-button__link {
    padding: 0 !important;
}
.service-section .service-section-btn {
    margin-bottom: 0 !important;
}
.service-section .block-editor-block-list__block {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}