.banner-section {
    height: auto;
    width: auto;
  font-family: 'Noto Sans', sans-serif;
}
.banner-section img, .service-section img {
    width: 100% !important;
}
.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-section.wp-block-columns {
    gap: 1.5em !important;
}
.contact-box .wp-block-columns {
    gap: 0em !important;
}
.contact p {
   margin: 0;
}