.b-online-request__container .b-form__desc {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

@media only screen and (max-width: 1199px) {
    .b-online-request__container .b-form__desc {
        line-height: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .b-online-request__container .b-form__desc {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .b-online-request__container .b-form__desc {
        font-size: 15px;
        line-height: 19px;
    }
}