/* Responsive behavior for smaller screens */
@media (max-width: 85em) {
  .container {
    margin: 0 auto;
    padding: 0 2rem;
  }
  .creametech-logo {
    width: 50rem;
    height: auto;
  }

  .coming-soon h1 {
    font-size: 5rem;
    line-height: 5.5rem;
    margin-bottom: 2rem;
  }

  .coming-soon h2 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }

  .coming-soon p {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }

  .company-profile ul {
    list-style: none;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 5rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 75em) {
  .container {
    margin: 0 auto;
    padding: 0 2rem;
  }
  .creametech-logo {
    width: 50rem;
    height: auto;
  }

  .coming-soon h1 {
    font-size: 5rem;
    line-height: 5.5rem;
    margin-bottom: 2rem;
  }

  .coming-soon h2 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }

  .coming-soon p {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }

  .company-profile ul {
    list-style: none;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 5rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 56em) {
  .container {
    margin: 0 auto;
    padding: 0 2rem;
  }
  .creametech-logo {
    width: 50rem;
    height: auto;
  }

  .coming-soon h1 {
    font-size: 5rem;
    line-height: 5.5rem;
    margin-bottom: 2rem;
  }

  .coming-soon h2 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }

  .coming-soon p {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }

  .company-profile ul {
    list-style: none;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 5rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 37.5em) {
  .container {
    max-width: 60rem;
    margin: 0 auto;
    padding: 0 2rem;
  }

  .creametech-logo {
    width: 40rem;
    height: auto;
  }

  .coming-soon h1 {
    font-size: 5rem;
    line-height: 5.5rem;
    margin-bottom: 2rem;
  }

  .coming-soon h2 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }

  .coming-soon p {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }

  .company-profile ul {
    list-style: none;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 5rem;
    margin-bottom: 2rem;
  }
}
