/**
 * Mobile & tablet responsive fixes (FCDC Motor)
 *
 * @package Weline_Motor
 */

html,
body {
    overflow-x: clip;
}

#page,
#content,
.site-main {
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    .home-banner,
    .motor-intro-section,
    .about-us-section,
    .supplier-info-section,
    .real-scenarios-section,
    .factory-section,
    .why-choose-section,
    .our-advantages-section,
    .partners-section,
    .sales-regions-section {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .brand-hero-copy {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .brand-hero-panel {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .category-recommendations-container,
    .about-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .quote-form-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .brand-hero-copy {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

@media screen and (max-width: 480px) {
    .brand-hero-copy {
        padding: 36px 12px 28px !important;
    }

    .brand-hero-title {
        font-size: 26px;
    }

    .category-recommendations-container,
    .about-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .supplier-info-section-inner {
        padding-left: 12px;
        padding-right: 12px;
    }

    .policy-page {
        padding-left: 16px;
        padding-right: 16px;
    }
}
