.service-box {
display:flex;
flex-direction:column;
}
.service-box .w-actionbox-controls {
margin-top:auto;
}
.service-box  .w-actionbox-title {
margin-bottom:20px;
}
.custom-testimonial-title {
display:flex;
align-items:center;
justify-content:space-between;
}
#page-footer .footer-contact-block a:hover .w-iconbox-text p {
color:#ffb300 !important;
}
#page-footer .menu a:hover {
color:#ffb300 !important;
}
.custom-gradient-background {
background-image: linear-gradient(90deg, #fff 34%, rgba(255,179,0,0.2) 34%);
}
@media (max-width:599px) {
.custom-gradient-background {
background-image: linear-gradient(90deg, #fff 45%, rgba(255,179,0,0.2) 45%);
}
}