.quote.form .w-48{
    width:48%;
}
.quote.form .float-l{
    float:left;
}
.quote.form .float-r{
    float:right;
}
.quote.form .margin-r{
   margin-right:2%;
}
@media screen and (max-width: 600px) {
    .w-48{
        width: 100% !important;
    }
}