body#custom .contact-form .form-group .form-control-label {
    font-size: 14px;
}
body#custom .contact-form h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .8px;
}
body#custom .contact-form .gdpr_consent .psgdpr_consent_message span:last-of-type {
    margin-bottom: -5px;
}
@media (max-width:767px){
    body#custom .contact-form .form-fields img {
        max-width: 350px;
    }
}