.contact-section .form {
    background-color: var(--background-secondary);
    border-radius: var(--radius-sm);
    padding: 26px;
}

.contact-section .form label {
    font-size: var(--font-tertiary);
    font-weight: 300;
    font-size: 18px;
    color: var(--black-primary);
}

.contact-section .form .form-control {
    box-shadow: var(--box-shadow-btn);
    border: none;
}

.contact-section .form .form-control:focus {
    box-shadow: var(--box-shadow-btn);
}

.contact-section .form img {
    height: 600px;
    max-height: 600px;
    width: auto;
}

.contact-section .form .btn-blue {
    font-size: 24px;
    font-weight: bolder;
    width: 220px;
    height: auto;
}

.recaptcha-field.is-invalid .invalid-feedback {
    display: block;
}

@media (max-width: 400px) {
    .recaptcha-field {
        min-height: 72px;
    }

    .recaptcha-field .g-recaptcha {
        transform: scale(0.85);
        transform-origin: left top;
    }
}
