@media screen and (max-width: 767px){
    .service h1 {
        font-size: 38px!important;
    }
}

.service-banner {
    background: #ffeecf;
}

.service-banner form {
    transform: translateY(-40px);
}

.service-banner .searchbox {
    height: 20px;
}

.four-blocks .card {
    background-color: #FFFCF7;
    border: none; 
}

.four-blocks h3 {
    color: #2B59C3;
    margin-bottom: 18px;
}

.trust-us ul {
    padding-left: 16px;
}