form#can_we_help {
    padding: 15px 20px;
    background: linear-gradient(178.37deg, #423C05 -5.59%, #000000 98.62%);
    color: #fff;
    border-radius: 15px;
    margin-top: 15px;
}

span.can_we_help_head {
    font-size: 25px;
    font-weight: 600;
}

.service_inner {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    width: 30%;
}

/*.service_inner input {height:25px}*/

.service_inner span {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

form#can_we_help input{padding:5px}

.button-common button.btn {
    background: #EFE21C !important;
    border: 1px solid #EFE21C !important;
    border-radius: 50px !important;
}

form#can_we_help .service_inner input {
    padding: 5px;
    width: 18px;
}


@media (max-width: 575.98px) {
 .service_inner{width: 100% !important;}
}

@media (min-width: 576px) and (max-width: 1199.98px) {
   .service_inner{width: 48% !important;}
}

@media (max-width: 1199.98px){
    section.hero-section, .inner-page .hero-section {height: auto !important;}
    span.can_we_help_head {
        font-size: 22px;
        font-weight: 600;
    }
}