.container {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1600px) {
  .container {
    width: 1200px;
  }
  .container {
    width: 1100px;
  }
  #Home .container .p1 {
    font-size: 64px;
  }
  #Home {
    height: 732px;
    background-size: 100% 732px;
  }
  #Home .container .p2 {
    margin-bottom: 48px;
  }
  #AboutUs .container .box img {
    width: 415px;
    height: 312px;
  }
  #OurTeam .container .list .item {
    width: 273px;
    height: 442px;
  }
  #ContactUs .container .boxs .left .p1{
    font-size: 40px;
    margin-bottom: 20px;
  }
  #ContactUs .container .boxs .left .p2{
    margin-bottom: 33px;
  }
  #ContactUs .container .boxs .left .list .item:first-child{
    margin-right: 20px;
  }
 
}
@media (max-width: 1400px) {
  .container {
    width: 1100px;
  }
  #Home .container .p1 {
    font-size: 64px;
  }
  #Home {
    height: 732px;
    background-size: 100% 732px;
  }
  #Home .container .p2 {
    margin-bottom: 48px;
  }
  #AboutUs .container .box img {
    width: 415px;
    height: 312px;
  }
  #OurTeam .container .list .item {
    width: 273px;
    height: 442px;
  }
  #ContactUs .container .boxs .left .p1{
    font-size: 40px;
    margin-bottom: 20px;
  }
  #ContactUs .container .boxs .left .p2{
    margin-bottom: 33px;
  }
  #ContactUs .container .boxs .left .list .item:first-child{
    margin-right: 20px;
  }
 
}
@media (max-width: 1200px) {
  .container {
    width: 1000px;
  }
  #Home .container .p1 {
    font-size: 64px;
  }
  #Home {
    height: 732px;
    background-size: 100% 732px;
  }
  #Home .container .p2 {
    margin-bottom: 48px;
  }
  #AboutUs .container .box img {
    width: 415px;
    height: 312px;
  }
  #OurTeam .container .list .item {
    width: 273px;
    height: 442px;
  }
  #ContactUs .container .boxs .left .p1{
    font-size: 40px;
    margin-bottom: 20px;
  }
  #ContactUs .container .boxs .left .p2{
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 1200px;
  }
}
