@media (min-width: 576px) {
    .request__form_modal {
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem 1.8rem;
        padding: 2rem;
        max-width: 410px;
    }
}
.modal-content{
	max-width: 400px;
}
.row.policy__description h3 {
    font-size: 2.4rem;
    font-weight: 600;
}
.form-control + .select2 {
    display: none !important;
}
span.error {
    color: red;
}