.request-form label {
    clear: none;
    display: block;
    font-family: 'Archivo Narrow', arial, sans-serif;
    font-size: 1.1em;
    float: left;
    padding: 0 0 8px 0;
    margin: 0;
    text-align: left;
    width: 50%;
}
.request-form label.three-quarter-width {
    width: 75%;
}
.request-form label.fullwidth {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .request-form label {
        width: 100% !important;
    }
}