.container {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1600px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1400px) {
  .container {
    width: 1100px;
  }
  .container {
    width: 1000px;
  }
  .swiper-slide .left .p1 {
    font-size: 49px;
  }
  .swiper-slide .right {
    width: 500px !important;
    height: 500px !important;
  }
  #Products .container .list .box .item {
    width: 306px;
    height: 192px;
  }
  #Products .container .title {
    font-size: 40px;
  }
  #CoreBenefits .container .title {
    font-size: 40px;
  }
  #CoreBenefits .container .list .item {
    width: 323px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 1000px;
  }
  .swiper-slide .left .p1 {
    font-size: 49px;
  }
  .swiper-slide .right {
    width: 500px !important;
    height: 500px !important;
  }
  #Products .container .list .box .item {
    width: 306px;
    height: 192px;
  }
  #Products .container .title {
    font-size: 40px;
  }
  #CoreBenefits .container .title {
    font-size: 40px;
  }
  #CoreBenefits .container .list .item {
    width: 323px;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 1200px;
  }
}
