﻿@media screen and (max-width: 1200px) {
    .home-main-content { width: 80% !important; }
    .home-dr-image { max-width: 25% !important; }
    .home-dr-quote { width: 50% !important; }
}
@media screen and (max-width: 992px) {
    .home-dr-image { max-width: 35% !important; }
    .home-dr-quote { width: 60% !important; padding-left: 20px !important; }
}
@media screen and (max-width: 768px) {
    .home-bottom-tables div { max-width: 80% !important; }
    .home-feature-boxes div { width: 45% !important; padding-bottom: 25px !important; }
    .home-dr-image { max-width: 40% !important; display: block !important; }
    .home-dr-quote { width: 80% !important; display: block !important; padding-left: 0px !important; padding-top: 25px; }
}
@media screen and (max-width: 576px) {
    .home-main-content { width: 90% !important; }
    .home-bottom-tables div { max-width: 90% !important; }
    .home-dr-image { max-width: 60% !important; }
    .home-dr-quote { width: 90% !important; }
}