﻿@media (max-width: 1440px) {
  .section .wrapper {
    min-width: unset;
    width: 65%;
  }

  .b2bShop .section .title {
    margin: 70px 0 40px;
  }

  .b2bShop .section h1 {
    font-size: 28px;
    margin: 70px 0 20px 0;
  }

  .b2bShop .section .title p {
    font-size: 18px;
  }

  .b2bShop .btn {
    width: 206px;
    height: 55px;
    font-size: 28px;
  }

  .b2bShop-banner {
    height: 475px;
  }

  .b2bShop .b2bShop-section-2 .title {
    margin-bottom: 60px;
  }

  .b2bShop-section-3 {
    height: 700px;
  }

  .b2bShop-section-3 {
    padding-bottom: 60px;
  }

  .b2bShop-section-4 {
    padding-bottom: 60px;
  }

  .b2bShop-section-4 .content img {
    max-height: 439px;
  }

  .b2bShop-section-5 .content img {
    max-height: 245px;
  }

  .b2bShop-section-6 {
    padding-bottom: 80px;
  }

  .b2bShop-section-6 .content img {
    max-height: 438px;
  }
}

