.contact-quote {
    width: 35%;
    margin-top: 200px;
    margin-right: 8%;
    float: right;
}
.contact-quote-mobile {
    display: none;
}
.main-content {
    top: 180px;
}
@media (max-width: 780px) {
    .contact-quote {
        display: none;
    }
    .contact-quote-mobile {
        display: block;
        width: 70%;
        margin-left: 15%;
        margin-top: 24px;
    }
}