.contact form input{
    width: auto !important;
    max-width: 350px;
    border: #7D7D7D 1px solid;
    outline: none;
    display: block;
    padding-left: 10px;
}
.contact form textarea{
    border: #7D7D7D 1px solid;
}
.contact label{
    font-weight: bold;
}
.text-contact {
    font: normal normal normal 18px/30px Kozuka Gothic Pr6N;
}
@media (max-width:576px){
    .ml-10{
        margin-left: 10px;
    }
}