@media(min-width: 992px){
    .faq-cmp .contact-form {
        padding: 5rem 10rem;
    }
}

@media(max-width:991px) {
    .appointment-form .form-box {
        margin: 0;
        width: 100%;
    }

    .appointment-form form {
        padding: 30px;
    }

    .appointment-form .description {
        padding-top: 10vw;
    }

    .appointment-form .description > label {
        top: 2vw;
    }

    .appointment-form .interests > label {
        top: 0;
    }

    .appointment-form .interests .multi-select ~ .select2 ul > li {
        background-color: #fff;
        padding: 0 2vw;
    }
}

.appointment-form .multi-select + .select2 .select2-selection__placeholder {
    letter-spacing: 0.31818em;
    font-weight: 300;
    text-transform: uppercase;
}