body {
    margin: 0;
    padding: 0;
  }  
.div {
    background-color: #000000;
    display: flex;
    flex-direction: column;
  }
  @media (max-width: 767px) {
    .div {
      padding: 0 20px;
    }
  }
  .logo {
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    overflow: hidden;
    align-self: center;
    margin-top: 272px;
    max-width: 85%;
  }
  @media (max-width: 767px) {
    .logo {
      max-width: 90%;
      margin-top: 60%;
    }
  }
  @media (min-width: 1920px) {
    .logo {
      aspect-ratio: auto;
      object-fit: contain;
      object-position: center;
      overflow: hidden;
      align-self: center;
      margin-top: 20%;
      max-width: 85%;
    }
  }
  .wordcloud {
    aspect-ratio: 1.42;
    object-fit: contain;
    object-position: center;
    width: 75%;
    height: auto;
    overflow: hidden;
    align-self: center;
    margin-top: 15%;
  }
  @media (max-width: 767px) {
    .wordcloud {
      width: 95%;
      height: auto;
      margin-top: 30%;
    }
  }
  .nav-boxes {
    align-self: center;
    display: flex;
    margin-top: 230px;
    width: 720px;
    max-width: 95%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }
  @media (max-width: 767px) {
    .nav-boxes {
      flex-direction: column;
      justify-content: center;
      margin-top: 57%;
      width: 91%;
    }
  }
  @media (min-width: 1920px) {
    .nav-boxes {
      align-self: center;
      display: flex;
      margin-top: 20%;
      width: 720px;
      max-width: 95%;
      align-items: flex-start;
      justify-content: space-between;
      gap: 20px;
    }
  }
  .services {
    justify-content: center;
    text-align: center;
    align-self: stretch;
    background-color: #fff;
    flex: 1;
    padding: 27px 32px 27px 32px;
    font: 700 32px Inter, sans-serif;
  }
  @media (max-width: 767px) {
    .services {
      padding: 15px 20px;
      font: 700 15px Inter, sans-serif;
    }
  }
  .services a {
    color: black;
    text-decoration: none;
}
.services:hover {
  background-color: #dadada;
  color: #000;
}
  .reviews {
    justify-content: center;
    text-align: center;
    align-self: stretch;
    white-space: nowrap;
    background-color: #fff;
    flex: 1;
    padding: 27px 32px 27px 32px;
    font: 700 32px Inter, sans-serif;
  }
  @media (max-width: 767px) {
    .reviews {
      white-space: initial;
      padding: 15px 20px;
      font: 700 15px Inter, sans-serif;
    }
  }
  .reviews a {
    color: black;
    text-decoration: none;
}
.reviews:hover {
  background-color: #dadada;
  color: #000;
}
  .inquiries {
    justify-content: center;
    text-align: center;
    align-self: stretch;
    background-color: #fff;
    flex: 1;
    padding: 27px 32px 27px 32px;
    font: 700 32px Inter, sans-serif;
  }
  @media (max-width: 767px) {
    .inquiries {
      padding: 15px 20px;
      font: 700 15px Inter, sans-serif;
    }
  }
  .inquiries a {
    color: black;
    text-decoration: none;
  }
  .inquiries:hover {
    background-color: #dadada;
    color: #000;
  }
  .about-us {
    justify-content: center;
    color: #fff;
    text-align: center;
    align-self: center;
    margin-top: 15%;
    max-width: 95%;
    font: 40px Inter, sans-serif;
  }
  @media (max-width: 767px) {
    .about-us {
      max-width: 100%;
      margin-top: 30%;
      font: 100 20px Inter, sans-serif;
    }
  }
  .reviews-headline {
    justify-content: center;
    color: #fff;
    text-align: center;
    margin-top: 15%;
    font: 100 36px Inter, sans-serif;
  }
  @media (max-width: 767px) {
    .reviews-headline {
      margin-top: 40%;
      font: 100 30px Inter, sans-serif;
    }
  }
  .review-break-line {
    background-color: #fff;
    align-self: center;
    margin-top: 32px;
    width: 625px;
    height: 1px;
  }
  @media (max-width: 767px) {
    .review-break-line {
      max-width: 100%;
    }
  }
  .hc-review {
    justify-content: center;
    color: #fff;
    text-align: left;
    align-self: center;
    margin-top: 39px;
    max-width: 95%;
    font: 100 20px Inter, sans-serif;
  }
  @media (max-width: 767px) {
    .hc-review {
      max-width: 100%;
      font: 100 15px Inter, sans-serif;
    }
  }
  .sdc-review {
    justify-content: center;
    color: #fff;
    text-align: left;
    align-self: center;
    margin-top: 51px;
    max-width: 95%;
    font: 100 20px Inter, sans-serif;
  }
  @media (max-width: 767px) {
    .sdc-review {
      max-width: 100%;
      margin-top: 40px;
      font: 100 15px Inter, sans-serif;
    }
  }
  .second-inquiries-box {
    justify-content: center;
    text-align: center;
    background-color: #fff;
    align-self: center;
    margin-top: 114px;
    width: 170px;
    padding: 27px 32px 27px 32px;
    font: 700 32px Inter, sans-serif;
  }
  @media (max-width: 767px) {
    .second-inquiries-box {
      margin-top: 40px;
      padding: 15px 15px;
      font: 700 15px Inter, sans-serif;
    }
  }
  .second-inquiries-box a {
    color: black;
    text-decoration: none;
  }
  .second-inquiries-box:hover {
    background-color: #dadada;
    color: #000;
  }
  .copyright {
    justify-content: center;
    color: #fff;
    text-align: center;
    align-self: center;
    max-width: 417px;
    margin: 122px 0 37px;
    font: 100 20px Inter, sans-serif;
  }
  @media (max-width: 767px) {
    .copyright {
      margin-top: 40px;
      font: 100 15px Inter, sans-serif;
    }
  }