
@media only screen and (max-width: 1100px) {
    .contact-form:after {
        z-index: 0 !important;
        background: linear-gradient(180deg,#0571b8,rgba(5,113,184,0.5)) !important;
    }

  

    input[placeholder], [placeholder], *[placeholder] {
        color: #000 !important;
    }

    .input-area textarea {
        background-color: #fff !important;
        border: none
    }
}