@media screen and (max-width:991px) {
    .fields-form {
        width: 100%;
    }
}
@media screen and (max-width:768px) {
    .index-sales-page-wrapper .quick-access li {
        width: 100% !important;
    }
}