.container-contact-form {
    form {
        label {
            font-size: .8rem;
            padding-bottom: .8rem;
        }
        input.form-control {
            line-height: 2.3;
        }
        .actions {
            gap: 2rem;
            button {
                display: block;
                width: 100% !important;
            }
            p {
                margin: 0;
                font-size: .7rem;
                user-select: none;
            }
        }
    }
    .contact-form-section .status {
        font-weight: bold;
        .error {
            color: red;
        }
    }
}
