.container {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .container {
    width: 1200px;
  }
  #Service-Overview .text {
    padding-left: 50px;
  }
  #Service-Overview .text {
    padding-top: 40px;
  }
}
@media (max-width: 1600px) {
  .container {
    width: 1200px;
  }
  header nav .logo a {
    font-size: 22px;
  }
  header nav .nav-links li {
    margin-right: 30px;
  }
  #home .container .text-content .p1 {
    font-size: 48px;
  }
  #home .container .text-content .p2 {
    font-size: 18px;
  }
  #Company-Overview .text {
    padding-top: 70px;
    padding-right: 50px;
  }
  #Service-Overview .text {
    padding-left: 80px;
  }
  #Service-Overview {
    height: 600px;
  }
  #Service-Overview img {
    width: 500px;
    height: 600px;
  }
  #Service-Overview .text p {
    line-height: 25px;
  }
  #Service-Overview .text .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  #Service-Overview .text .p1 {
    margin-bottom: 40px;
  }
  #Service-Overview .text .p3 {
    margin-bottom: 40px;
  }
  #Service-Overview .text {
    padding-top: 50px;
  }
}
@media (max-width: 1400px) {
  .container {
    width: 1100px;
  }
  header nav .logo a {
    font-size: 22px;
  }
  header nav .nav-links li {
    margin-right: 30px;
  }
  #Company-Overview .text {
    padding-top: 80px;
    padding-right: 30px;
  }
  #Company-Overview .text .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #Company-Overview {
    height: 500px;
  }
  #Company-Overview img {
    width: 580px;
    height: 500px;
  }
  #Service-Overview .text {
    padding-left: 50px;
  }
  #Service-Overview {
    height: 500px;
  }
  #Service-Overview img {
    width: 400px;
    height: 500px;
  }
  #Service-Overview .text p {
    line-height: 25px;
  }
  #Service-Overview .text .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #Service-Overview .text .p1 {
    margin-bottom: 30px;
  }
  #Service-Overview .text .p3 {
    margin-bottom: 30px;
  }
  #Service-Overview .text {
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 1000px;
  }
  header nav .logo a {
    font-size: 22px;
  }
  header nav .nav-links li {
    margin-right: 20px;
  }
  #Service-Overview .text {
    padding-left: 80px;
  }
  #Service-Overview {
    height: 555px;
  }
  #Service-Overview img {
    width: 400px;
    height: 555px;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 1200px;
  }
  .container {
    width: 1000px;
  }
}
