/* =========================================================
   BBSR SERVICES
   WHOLESALE BUSINESS
   PROFESSIONAL BLUE / COPPER DESIGN
========================================================= */

.wholesale-page {
    width: 100%;
    padding: 30px 0 60px;
    background: #ffffff;
    font-family: 'Poppins', Arial, sans-serif;
}

.wholesale-container {
    width: 1120px;
    max-width: 94%;
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.wholesale-hero {
    position: relative;
    overflow: hidden;

    margin-bottom: 45px;
    padding: 60px 48px;

    background:
        linear-gradient(
            125deg,
            #152d4a 0%,
            #1d4768 52%,
            #10243c 100%
        );

    border-radius: 15px;

    box-shadow:
        0 18px 45px rgba(21,45,74,.20);
}

.wholesale-hero-orbit {
    position: absolute;

    width: 480px;
    height: 480px;

    right: -210px;
    top: -275px;

    border: 70px solid rgba(255,255,255,.045);

    border-radius: 50%;
}

.wholesale-hero-line {
    position: absolute;

    width: 370px;
    height: 1px;

    right: -70px;
    bottom: 75px;

    background: rgba(255,255,255,.08);

    transform: rotate(-28deg);
}

.wholesale-hero-content {
    position: relative;
    z-index: 2;

    max-width: 920px;
}

.wholesale-kicker {
    display: inline-block;

    margin-bottom: 17px;
    padding: 8px 15px;

    border: 1px solid rgba(255,255,255,.22);
    border-radius: 30px;

    background: rgba(255,255,255,.07);

    color: #ffffff;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.wholesale-hero h1 {
    margin: 0 0 17px;

    color: #ffffff;

    font-size: 43px;
    line-height: 1.2;
    font-weight: 700;
}

.wholesale-hero-lead {
    max-width: 900px;

    margin: 0 0 12px;

    color: #ffffff;

    font-size: 17px;
    line-height: 30px;
}

.wholesale-hero-description {
    max-width: 880px;

    margin: 0;

    color: rgba(255,255,255,.83);

    font-size: 14px;
    line-height: 27px;
}


/* =========================================================
   BUTTONS
========================================================= */

.wholesale-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 25px;
}

.wholesale-btn {
    display: inline-block;

    padding: 12px 21px;

    border-radius: 6px;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none !important;

    transition: all .25s ease;
}

.wholesale-btn i {
    margin-right: 6px;
}

.wholesale-btn-primary {
    background: #c58b43;
    color: #ffffff !important;

    box-shadow:
        0 6px 15px rgba(197,139,67,.20);
}

.wholesale-btn-primary:hover {
    background: #a97031;
    color: #ffffff !important;

    transform: translateY(-2px);
}

.wholesale-btn-light {
    background: #ffffff;
    color: #152d4a !important;
}

.wholesale-btn-light:hover {
    background: #edf3f6;
    color: #152d4a !important;

    transform: translateY(-2px);
}

.wholesale-btn-outline {
    background: rgba(255,255,255,.06);

    border: 1px solid rgba(255,255,255,.28);

    color: #ffffff !important;
}

.wholesale-btn-outline:hover {
    background: rgba(255,255,255,.14);
    color: #ffffff !important;

    transform: translateY(-2px);
}

.wholesale-btn-whatsapp {
    background: #25d366;
    color: #ffffff !important;
}

.wholesale-btn-whatsapp:hover {
    background: #1da955;
    color: #ffffff !important;

    transform: translateY(-2px);
}


/* =========================================================
   SECTION
========================================================= */

.wholesale-section {
    margin-bottom: 47px;
}

.wholesale-section h2 {
    position: relative;

    margin: 0 0 18px;
    padding-bottom: 12px;

    color: #152d4a;

    font-size: 28px;
    line-height: 36px;
    font-weight: 650;

    border-bottom: 1px solid #e0e7eb;
}

.wholesale-section h2:after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -1px;

    width: 75px;
    height: 3px;

    background: #c58b43;

    border-radius: 3px;
}

.wholesale-section h3 {
    color: #1d4768;

    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}

.wholesale-section p {
    margin: 0 0 15px;

    color: #555555;

    font-size: 15px;
    line-height: 29px;

    text-align: justify;
}


/* =========================================================
   HIGHLIGHT
========================================================= */

.wholesale-highlight {
    display: flex;
    align-items: flex-start;
    gap: 17px;

    margin-top: 27px;
    padding: 24px 25px;

    background:
        linear-gradient(
            100deg,
            #f1f5f8,
            #fafbfc
        );

    border: 1px solid #dce5ea;
    border-left: 4px solid #c58b43;

    border-radius: 8px;
}

.wholesale-highlight-icon {
    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #152d4a;

    border-radius: 8px;

    color: #ffffff;
}

.wholesale-highlight h3 {
    margin: 0 0 7px;
}

.wholesale-highlight p {
    margin: 0;
}


/* =========================================================
   BUSINESS MODEL
========================================================= */

.wholesale-model {
    display: flex;
    align-items: stretch;

    margin-top: 28px;

    padding: 5px;

    background: #f3f6f8;

    border: 1px solid #dce5e9;

    border-radius: 10px;
}

.wholesale-model-step {
    flex: 1;

    padding: 23px 18px;

    background: #ffffff;

    border-radius: 7px;

    text-align: center;
}

.wholesale-model-step span {
    display: inline-flex;

    width: 30px;
    height: 30px;

    align-items: center;
    justify-content: center;

    margin-bottom: 9px;

    background: #152d4a;

    border-radius: 50%;

    color: #ffffff;

    font-size: 11px;
    font-weight: 700;
}

.wholesale-model-step h3 {
    margin: 0 0 8px;
}

.wholesale-model-step p {
    margin: 0;

    font-size: 12px;
    line-height: 22px;

    text-align: center;
}

.wholesale-model-arrow {
    width: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #c58b43;

    font-size: 20px;
}


/* =========================================================
   GENERAL CARD GRID
========================================================= */

.wholesale-card-grid {
    display: grid;

    grid-template-columns: repeat(4,1fr);

    gap: 16px;

    margin-top: 26px;
}

.wholesale-card {
    position: relative;

    min-height: 166px;

    padding: 22px;

    background: #ffffff;

    border: 1px solid #dfe7eb;

    border-radius: 8px;

    overflow: hidden;

    transition: all .25s ease;
}

.wholesale-card:before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 3px;

    background: #c58b43;
}

.wholesale-card:hover {
    transform: translateY(-4px);

    border-color: #b7cbd5;

    box-shadow:
        0 10px 25px rgba(21,45,74,.09);
}

.wholesale-card span {
    color: #c58b43;

    font-size: 11px;
    font-weight: 700;
}

.wholesale-card h3 {
    margin: 7px 0 9px;
}

.wholesale-card p {
    margin: 0;

    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   CONTENT GRIDS
========================================================= */

.wholesale-product-grid,
.wholesale-supplier-grid,
.wholesale-warehouse-grid,
.wholesale-pricing-grid,
.wholesale-compliance-grid,
.wholesale-challenge-grid,
.wholesale-service-grid,
.wholesale-tech-grid {
    display: grid;

    grid-template-columns: repeat(4,1fr);

    gap: 16px;

    margin-top: 25px;
}

.wholesale-product-grid > div,
.wholesale-supplier-grid > div,
.wholesale-warehouse-grid > div,
.wholesale-pricing-grid > div,
.wholesale-compliance-grid > div,
.wholesale-challenge-grid > div,
.wholesale-service-grid > div,
.wholesale-tech-grid > div {
    padding: 21px;

    background: #ffffff;

    border: 1px solid #dfe7eb;

    border-radius: 8px;

    transition: all .2s ease;
}

.wholesale-product-grid > div:hover,
.wholesale-supplier-grid > div:hover,
.wholesale-warehouse-grid > div:hover,
.wholesale-pricing-grid > div:hover,
.wholesale-compliance-grid > div:hover,
.wholesale-challenge-grid > div:hover,
.wholesale-service-grid > div:hover,
.wholesale-tech-grid > div:hover {
    transform: translateY(-3px);

    box-shadow:
        0 8px 20px rgba(21,45,74,.07);
}

.wholesale-product-grid h3,
.wholesale-supplier-grid h3,
.wholesale-warehouse-grid h3,
.wholesale-pricing-grid h3,
.wholesale-compliance-grid h3,
.wholesale-challenge-grid h3,
.wholesale-service-grid h3,
.wholesale-tech-grid h3 {
    margin-top: 0;
}

.wholesale-product-grid p,
.wholesale-supplier-grid p,
.wholesale-warehouse-grid p,
.wholesale-pricing-grid p,
.wholesale-compliance-grid p,
.wholesale-challenge-grid p,
.wholesale-service-grid p,
.wholesale-tech-grid p {
    margin: 0;

    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   PROCESS
========================================================= */

.wholesale-process-grid {
    display: grid;

    grid-template-columns: repeat(4,1fr);

    gap: 16px;

    margin-top: 26px;
}

.wholesale-process-grid > div {
    min-height: 160px;

    padding: 22px;

    background:
        linear-gradient(
            145deg,
            #f1f5f8,
            #ffffff
        );

    border: 1px solid #dce5e9;

    border-radius: 8px;
}

.wholesale-process-grid span {
    display: inline-block;

    margin-bottom: 7px;

    color: #c58b43;

    font-size: 11px;
    font-weight: 700;
}

.wholesale-process-grid h3 {
    margin: 0 0 9px;
}

.wholesale-process-grid p {
    margin: 0;

    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   CHANNEL GRID
========================================================= */

.wholesale-channel-grid {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 17px;

    margin-top: 25px;
}

.wholesale-channel-grid > div {
    position: relative;

    padding: 24px;

    background: #ffffff;

    border: 1px solid #dfe7eb;

    border-radius: 9px;

    overflow: hidden;
}

.wholesale-channel-grid > div:after {
    content: "";

    position: absolute;

    right: -30px;
    bottom: -35px;

    width: 110px;
    height: 110px;

    background: #f0f4f7;

    border-radius: 50%;
}

.wholesale-channel-icon {
    position: relative;
    z-index: 2;

    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 13px;

    background: #152d4a;

    border-radius: 8px;

    color: #ffffff;
}

.wholesale-channel-grid h3 {
    margin: 0 0 8px;
}

.wholesale-channel-grid p {
    margin: 0;

    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   SALES GRID
========================================================= */

.wholesale-sales-grid {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 17px;

    margin-top: 25px;
}

.wholesale-sales-grid > div {
    padding: 23px;

    background: #152d4a;

    border-radius: 8px;

    box-shadow:
        0 7px 20px rgba(21,45,74,.09);
}

.wholesale-sales-grid span {
    color: #c58b43;

    font-size: 11px;
    font-weight: 700;
}

.wholesale-sales-grid h3 {
    margin: 7px 0 9px;

    color: #ffffff;
}

.wholesale-sales-grid p {
    margin: 0;

    color: rgba(255,255,255,.82);

    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   BENEFITS
========================================================= */

.wholesale-benefit-grid {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 17px;

    margin-top: 25px;
}

.wholesale-benefit-grid > div {
    padding: 24px;

    background:
        linear-gradient(
            145deg,
            #f4f7f9,
            #ffffff
        );

    border: 1px solid #dce5e9;

    border-radius: 8px;
}

.wholesale-benefit-grid span {
    color: #c58b43;

    font-size: 11px;
    font-weight: 700;
}

.wholesale-benefit-grid h3 {
    margin: 7px 0 9px;
}

.wholesale-benefit-grid p {
    margin: 0;

    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   RELATED SERVICES
========================================================= */

.wholesale-related {
    margin: 44px 0 35px;

    padding: 32px;

    background:
        linear-gradient(
            135deg,
            #f0f5f7,
            #fafcfc
        );

    border: 1px solid #dce6ea;

    border-radius: 11px;
}

.wholesale-related h2 {
    position: relative;

    margin: 0 0 13px;
    padding-bottom: 11px;

    color: #152d4a;

    font-size: 26px;
    line-height: 35px;
    font-weight: 650;

    border-bottom: 1px solid #dce5e9;
}

.wholesale-related h2:after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -1px;

    width: 65px;
    height: 3px;

    background: #c58b43;
}

.wholesale-related > p {
    margin: 0 0 24px;

    color: #555555;

    font-size: 14px;
    line-height: 26px;
}

.wholesale-related-grid {
    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 12px 16px;
}

.wholesale-related-link {
    display: flex;

    align-items: center;
    justify-content: space-between;

    min-height: 54px;

    padding: 13px 17px;

    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid #dce5e9;

    border-radius: 7px;

    color: #152d4a !important;

    font-size: 14px;

    text-decoration: none !important;

    transition: all .22s ease;
}

.wholesale-related-link strong {
    padding-right: 12px;
}

.wholesale-related-link i {
    width: 26px;
    height: 26px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background: #eef3f5;

    border-radius: 50%;

    color: #1d4768;

    transition: all .22s ease;
}

.wholesale-related-link:hover {
    border-color: #90aeba;

    color: #1d4768 !important;

    transform: translateY(-2px);

    box-shadow:
        0 7px 18px rgba(21,45,74,.08);
}

.wholesale-related-link:hover i {
    background: #1d4768;

    color: #ffffff;

    transform: translateX(3px);
}


/* =========================================================
   CASE STUDY
========================================================= */

.wholesale-case-study {
    position: relative;

    overflow: hidden;

    margin: 43px 0 32px;

    padding: 42px 30px;

    background:
        linear-gradient(
            125deg,
            #152d4a,
            #1d4768
        );

    border-radius: 11px;

    text-align: center;
}

.wholesale-case-study:before {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    left: -160px;
    bottom: -190px;

    border: 55px solid rgba(255,255,255,.04);

    border-radius: 50%;
}

.wholesale-case-inner {
    position: relative;
    z-index: 2;

    max-width: 850px;

    margin: 0 auto;
}

.wholesale-case-study span {
    display: inline-block;

    margin-bottom: 9px;

    color: #c58b43;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.1px;
}

.wholesale-case-study h2 {
    margin: 0 0 14px;

    color: #ffffff;

    font-size: 28px;
    line-height: 37px;
}

.wholesale-case-study p {
    margin: 0 0 22px;

    color: rgba(255,255,255,.85);

    font-size: 14px;
    line-height: 26px;

    text-align: center;
}

.wholesale-case-btn {
    display: inline-block;

    padding: 12px 23px;

    background: #c58b43;

    border-radius: 6px;

    color: #ffffff !important;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none !important;
}

.wholesale-case-btn:hover {
    background: #a97031;
    color: #ffffff !important;
}

.wholesale-case-btn i {
    margin-right: 6px;
}


/* =========================================================
   FAQ
========================================================= */

.wholesale-faq {
    margin-bottom: 14px;

    padding: 20px 22px;

    background: #ffffff;

    border: 1px solid #dfe7eb;

    border-radius: 7px;

    transition: box-shadow .2s ease;
}

.wholesale-faq:hover {
    box-shadow:
        0 6px 17px rgba(21,45,74,.06);
}

.wholesale-faq h3 {
    margin: 0 0 8px;

    color: #152d4a;
}

.wholesale-faq p {
    margin: 0;

    font-size: 14px;
    line-height: 26px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.wholesale-final-cta {
    position: relative;

    overflow: hidden;

    margin: 42px 0;

    padding: 45px 30px;

    background:
        linear-gradient(
            125deg,
            #10243c,
            #152d4a,
            #1d4768
        );

    border-radius: 11px;

    text-align: center;
}

.wholesale-final-shape {
    position: absolute;

    width: 350px;
    height: 350px;

    right: -190px;
    top: -230px;

    border: 65px solid rgba(255,255,255,.04);

    border-radius: 50%;
}

.wholesale-final-cta h2 {
    position: relative;
    z-index: 2;

    margin: 0 0 14px;

    color: #ffffff;

    font-size: 30px;
    line-height: 39px;
}

.wholesale-final-cta p {
    position: relative;
    z-index: 2;

    max-width: 850px;

    margin: 0 auto 21px;

    color: rgba(255,255,255,.86);

    font-size: 15px;
    line-height: 28px;

    text-align: center;
}

.wholesale-final-cta .wholesale-hero-buttons {
    position: relative;
    z-index: 3;

    justify-content: center;
}


/* =========================================================
   ALL SERVICES + BACK TO TOP
========================================================= */

.service-page-navigation {
    display: flex;

    justify-content: center;
    align-items: stretch;

    flex-wrap: wrap;

    gap: 16px;

    margin: 38px 0 30px;
}

.service-nav-btn {
    position: relative;

    display: flex;
    align-items: center;

    width: 230px;
    min-height: 58px;

    padding: 0 14px;

    box-sizing: border-box;

    border-radius: 8px;

    text-decoration: none !important;

    overflow: hidden;

    transition: all .25s ease;
}

.service-nav-icon {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 12px;

    border-radius: 7px;

    flex-shrink: 0;
}

.service-nav-text {
    flex: 1;

    font-size: 14px;
    line-height: 20px;

    font-weight: 600;

    text-align: left;
}

.service-nav-arrow {
    width: 27px;
    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    flex-shrink: 0;

    transition: all .25s ease;
}

.service-all-btn {
    background: #152d4a;

    border: 1px solid #152d4a;

    color: #ffffff !important;

    box-shadow:
        0 6px 17px rgba(21,45,74,.12);
}

.service-all-btn .service-nav-icon {
    background: rgba(255,255,255,.12);
}

.service-all-btn .service-nav-arrow {
    background: rgba(255,255,255,.10);
}

.service-all-btn:hover {
    background: #1d4768;

    border-color: #1d4768;

    color: #ffffff !important;

    transform: translateY(-3px);
}

.service-all-btn:hover .service-nav-arrow {
    background: #ffffff;

    color: #152d4a;

    transform: translateX(3px);
}

.service-top-btn {
    background: #ffffff;

    border: 1px solid #d9e3e7;

    color: #152d4a !important;

    box-shadow:
        0 4px 13px rgba(21,45,74,.06);
}

.service-top-btn .service-nav-icon,
.service-top-btn .service-nav-arrow {
    background: #eef3f5;

    color: #1d4768;
}

.service-top-btn:hover {
    border-color: #8eabb7;

    color: #1d4768 !important;

    transform: translateY(-3px);
}

.service-top-btn:hover .service-nav-icon,
.service-top-btn:hover .service-nav-arrow {
    background: #1d4768;

    color: #ffffff;
}


/* =========================================================
   DISCLAIMER
========================================================= */

.wholesale-disclaimer {
    margin: 28px 0;

    padding: 19px 21px;

    background: #fafcfc;

    border: 1px solid #e2e8ea;

    border-radius: 6px;
}

.wholesale-disclaimer strong {
    color: #333333;

    font-size: 14px;
}

.wholesale-disclaimer p {
    margin: 7px 0 0;

    color: #666666;

    font-size: 12px;
    line-height: 22px;
}


/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 767px) {

    .wholesale-page {
        padding: 20px 8px 40px;
    }

    .wholesale-container {
        max-width: 100%;
    }

    .wholesale-hero {
        padding: 34px 20px;

        border-radius: 9px;
    }

    .wholesale-kicker {
        font-size: 9px;
        line-height: 17px;
    }

    .wholesale-hero h1 {
        font-size: 29px;
        line-height: 38px;
    }

    .wholesale-hero-lead {
        font-size: 14px;
        line-height: 26px;

        text-align: justify;
    }

    .wholesale-hero-description {
        font-size: 13px;
        line-height: 24px;

        text-align: justify;
    }

    .wholesale-hero-buttons {
        display: block;
    }

    .wholesale-btn {
        display: block;

        width: 100%;

        margin-bottom: 9px;

        box-sizing: border-box;

        text-align: center;
    }

    .wholesale-highlight {
        display: block;

        padding: 21px;
    }

    .wholesale-highlight-icon {
        margin-bottom: 12px;
    }

    .wholesale-model {
        display: block;

        padding: 7px;
    }

    .wholesale-model-step {
        margin-bottom: 7px;
    }

    .wholesale-model-arrow {
        width: 100%;
        height: 28px;

        transform: rotate(90deg);
    }

    .wholesale-card-grid,
    .wholesale-product-grid,
    .wholesale-supplier-grid,
    .wholesale-warehouse-grid,
    .wholesale-pricing-grid,
    .wholesale-compliance-grid,
    .wholesale-challenge-grid,
    .wholesale-service-grid,
    .wholesale-tech-grid,
    .wholesale-process-grid,
    .wholesale-channel-grid,
    .wholesale-sales-grid,
    .wholesale-benefit-grid {
        display: block;
    }

    .wholesale-card,
    .wholesale-product-grid > div,
    .wholesale-supplier-grid > div,
    .wholesale-warehouse-grid > div,
    .wholesale-pricing-grid > div,
    .wholesale-compliance-grid > div,
    .wholesale-challenge-grid > div,
    .wholesale-service-grid > div,
    .wholesale-tech-grid > div,
    .wholesale-process-grid > div,
    .wholesale-channel-grid > div,
    .wholesale-sales-grid > div,
    .wholesale-benefit-grid > div {
        margin-bottom: 14px;
    }

    .wholesale-section h2 {
        font-size: 22px;
        line-height: 31px;
    }

    .wholesale-section p {
        font-size: 14px;
        line-height: 26px;
    }

    .wholesale-related {
        padding: 24px 18px;
    }

    .wholesale-related-grid {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .wholesale-case-study {
        padding: 31px 18px;
    }

    .wholesale-case-study h2 {
        font-size: 23px;
        line-height: 31px;
    }

    .wholesale-final-cta {
        padding: 32px 18px;
    }

    .wholesale-final-cta h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .service-page-navigation {
        flex-direction: column;

        gap: 10px;

        margin: 30px 0 25px;
    }

    .service-nav-btn {
        width: 100%;
        min-height: 56px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media only screen
       and (min-width: 768px)
       and (max-width: 991px) {

    .wholesale-container {
        width: 95%;
        max-width: 95%;
    }

    .wholesale-hero {
        padding: 45px 32px;
    }

    .wholesale-hero h1 {
        font-size: 35px;
    }

    .wholesale-card-grid,
    .wholesale-product-grid,
    .wholesale-supplier-grid,
    .wholesale-warehouse-grid,
    .wholesale-pricing-grid,
    .wholesale-compliance-grid,
    .wholesale-challenge-grid,
    .wholesale-service-grid,
    .wholesale-tech-grid,
    .wholesale-process-grid {
        grid-template-columns: repeat(2,1fr);
    }

}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media only screen and (min-width: 1200px) {

    .wholesale-container {
        width: 1120px;
    }

}