section.s-block--banners .md\:grid-cols-3 {
display:flex !important;
align-items:center;
justify-content:center;
flex-wrap:wrap;
}
section.s-block.s-block--banners.container div.grid a.banner-entry {
width: 23%;
background: transparent !important;
height: 200px !important;
}

h1,h2 {
color: #DCA60D;
font-size: 30px !important;
}
.s-reviews-testimonial__text {
display: flex;
flex-direction: column-reverse;
gap: 15px;
}
.s-block--features__item h2 {
margin-bottom: 1.25rem;
color: #DCA60D;
font-size: 25px !important;    
}
.s-block--features__item .feature-icon i {
color: #DCA60D;
}
.s-block--features__item .feature-icon {
background-color: #d9d9d9;
}
h3 {
color: #DCA60D;
}
@media(max-width:767px) {
section.s-block.s-block--banners.container div.grid a.banner-entry {
width: 40%;
height: 200px !important;
}
.s-block--features__item h2 {
font-size: 16px !important;    
}
.s-block--features__item h2 {
font-size: 16px !important;    
}
h1,h2 {
font-size: 20px !important;
}
.s-reviews-testimonial__text p {
margin-top: 0rem !important;
}
.s-reviews-testimonial__text {
margin-top: 30px;
gap: 0px !important;
}
.s-reviews-testimonial__info h2 {
line-height: 1.5rem !important;
}
}