.container {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .container {
    width: 1200px;
  }
  #WhyChoose .bg {
    width: calc(100% - ((100% - 1200px) / 2));
  }
  #Values .bg {
    width: calc(100% - ((100% - 1200px) / 2));
  }
}
@media (max-width: 1600px) {
  .container {
    width: 1200px;
  }
  #WhyChoose .bg {
    width: calc(100% - ((100% - 1200px) / 2));
  }
  #Values .bg {
    width: calc(100% - ((100% - 1200px) / 2));
  }
}
@media (max-width: 1400px) {
  .container {
    width: 1100px;
  }
  #WhyChoose .bg {
    width: calc(100% - ((100% - 1100px) / 2));
  }
  #Values .bg {
    width: calc(100% - ((100% - 1100px) / 2));
  }
  #WhyChoose .container .list .item {
    width: 300px;
    margin-left: 30px;
  }
  #WhyChoose .bg {
    border-radius: 200px 0 0 0;
  }
  #Values .container .list .item {
    width: 300px;
    margin-right: 30px;
  }
  #Values .bg {
    border-radius: 0 200px 0 0;
  }
  #About,
  #Contact,
  #Values {
    padding-top: 150px;
  }
  #Contact {
    padding-bottom: 150px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 1000px;
  }
  #WhyChoose .bg {
    width: calc(100% - ((100% - 1000px) / 2));
  }
  #Values .bg {
    width: calc(100% - ((100% - 1000px) / 2));
  }
  #WhyChoose .container .list .item {
    width: 300px;
    margin-left: 30px;
  }
  #WhyChoose .bg {
    border-radius: 200px 0 0 0;
  }
  #Values .container .list .item {
    width: 300px;
    margin-right: 30px;
  }
  #Values .bg {
    border-radius: 0 200px 0 0;
  }
  #About,
  #Contact,
  #Values {
    padding-top: 150px;
  }
  #Contact {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 1200px;
  }
}
