form#sendReviewForm {
    width: 100%;
    max-width: 650px;
}

@media  (max-width: 768px) {
    form#sendReviewForm {
        max-width: 500px;
    }
}

/* Bootstrap LG */
@media  (min-width: 992px) {
    form#sendReviewForm .col-label {
        width: 275px;
    }

    form#sendReviewForm .col-field {
        width: 100%;
        max-width: calc(100% - 275px);
    }

    form#sendReviewForm fieldset.rating {
        margin-top: -2px;
    }
}
