.get_offer_form {
    max-width: 31em;
}
.get_offer_form_title {
    margin: 0 0 0.5em;
    font-size: 1.125em;
}
.get_offer_form_fields {
    display: flex;
}
.get_offer_form_fields .butt {
    width: 7.5em;
    margin-left: 0.25em;
}
.get_offer_form_fields .text_input {
    width: calc(100% - 7.75em);
}