/*TODO: Убрать в репозиторий с фронтом*/
.broker-consultation-form_description {
    margin-bottom: 68px;
}

@media screen and (max-width: 1023px) {
    .broker-consultation-form_description {
        margin-bottom: 38px;
    }
}

@media screen and (max-width: 767px) {
    .broker-consultation-form_description {
        margin-bottom: 40px;
    }
}
