.banner-section {
    height: 600px;
    width: auto;
}
.banner-section .wp-block-columns .wp-block-column:first-child{
    flex-basis: 13% !important;
}
.banner-section img, .service-section img {
    width: 100% !important;
}
.banner-section-content p {
    padding: 16px 7px;
}
.banner-section-content h1 {
    font-weight: 700;
}
.banner-section-btn a {
    border: 1px solid #212121;
    font-weight: 500;
    padding: 12px 12px;
}
.banner-section-btn a,.service-section-btn a{
    text-decoration: none !important;
}
.banner-section-btn a:after {
    content: "\f30b";
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    color: #000;
    margin-left: 4px;
}
.banner-section-btn a.wp-block-button__link:hover {
    background: #ffaa56;
    color: #000;
    border-color: #ffaa56;
}
.contact-section {
    margin-top: -4%;
    position: relative;
    z-index: 1;
}
.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-section .contact-box {
    box-shadow: none !important;
}
.contact-box-1:before,.contact-box-2:before,.contact-box-3:before {
    font-family: 'Font Awesome 7 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::after {
    background-color: #ffaa56;
    content: "";
    margin: 10px auto;
    width: 9%;
    height: 0.89px;
    position: absolute;
    left:46%;
    top: 87%;
}
.service-section-btn a:after {
    content: "\f101";
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    color: #000;
    margin: 8px;
}
.content-box h3, .service-section h2,.service-section-btn a {
    font-weight: 800;
}
.service-section .service-section-btn.wp-block-button, 
.service-section .service-section-btn a{
    border: none !important;
    float: left;
 }
.service-section-btn a.wp-block-button__link:hover {
    background: #fff !important;
    color:#666 !important;
    border: 0px #fff !important;
} 
.service-section-btn a.wp-block-button__link:hover:after {
    color:#666 !important;
}
 .service-section .service-section-btn a {
    padding: 0 !important;
 }
.project-box .wp-block-columns {
    gap: 0em !important;
}
@media screen and (max-width: 767px) {
    .banner-section {
        height: 300px;
    }
    .banner-section h1, .service-section h2{
        font-size: 25px !important;
    }
   .project-box .wp-block-columns {
      gap: 0em !important;
   }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .banner-section {
        height: 300px;
    }
    .banner-section h1, .service-section h2{
        font-size: 30px !important;
    }
    .contact-section.wp-block-columns,
    .service-box.wp-block-columns {
        flex-wrap: nowrap !important;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .banner-section {
        height: 400px;
    }
    .banner-section .wp-block-columns .wp-block-column:first-child{
        flex-basis: 2% !important;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1200px){
    .banner-section .wp-block-columns .wp-block-column:first-child{
        flex-basis: 4% !important;
    }
}