.contact-form-response {
    display: block;
}

.contact-form-response.success {
    color: #00b85f;
    margin-top: 2rem;
}

.contact-form-response.error {
    color: #d30303;
    margin-top: 2rem;
}

.required {
    color: #d30303;
}