@media (min-width: 769px) and (max-width: 1200px) {
  #navbar {
    background-color: black;
    display: flex;
    font-size: 1.5rem;
  }

  #navbar ul li a:hover {
    background-color: darkgrey;
    border-radius: 0.5rem;
  }

  /* header */
  .container {
    max-width: 60rem;
    margin: 0%;
    overflow: hidden;
    padding: 1rem;
    margin: auto;
  }

  .h1-content {
    display: flex;
    flex-direction: column;
    height: 83vh;
    align-items: center;
    justify-content: center;
    color: whitesmoke;
  }

  .heading {
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }

  .para {
    font-size: 1.7rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }

  .btn {
    padding: 1rem 1.3rem;
    border-radius: 0.5rem;
  }

  /* What */

  .box {
    padding: 2rem 2rem;
    flex: 1;
  }

  .boxes i {
    padding: 1.5rem;
    border-radius: 50%;
    font-size: 50px;
  }

  .boxes h3 {
    font-size: 20px;
    padding: 1rem;
  }

  /* Who */
  #who {
    display: flex;
    height: 80vh;
    margin-top: -12.2rem;
  }

  #who.container {
    padding: 10px;
  }

  #who div {
    flex: 1;
  }

  #who div:first-child {
    flex: 2;
    padding: 2rem;
  }

  .color {
    background-color: rgb(151, 167, 167);
  }

  #who .para {
    color: black;
    font-size: 12px;
  }

  #who .img {
    background-image: url("Team.jpg");
    background-repeat: no-repeat;
    background-position: center/stretch;
    margin-right: -1%;
  }

  #who .m-heading {
    padding-top: 3rem;
    justify-content: center;
  }

  #who h3 {
    padding: 2rem;
  }

  /* Client */
  #Client .client {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }

  #Client .client img {
    height: 8rem;
  }

  #Client div {
    /* flex: 1; */
    margin: 2rem;
  }

  #Client h1 {
    text-align: center;
    font-size: 4rem;
  }

  /* Contact */
  #contact {
    display: flex;
    height: 100vh;
    background-color: burlywood;
    color: aliceblue;
    padding: 1rem;
  }

  /* footer */

  #footer {
    text-align: center;
    background-color: teal;
    color: white;
    padding: 1rem;
  }
}
