
											@media screen and (max-width:768px){.main input {
    width: 46.1%;
    padding: 13px 0 13px 20px;
    border-radius: 20px;
}
.text-area-box
{
    width: 93%
    border-radius: 20px;
}

.submit {
    width: 22% !important;
background: #f47474;
color: #fff!important;
cursor: pointer!important;
font-size:14px !important;
font-weight: 500 !important;
 padding: 15px 28px !important;
 font-family: 'Inter', sans-serif !important;
 margin-left: 70px !important;
}
}