body {
    font-family: "Inter";
    background-color: #ededed;
  }
  .font-w-600 {
    font-weight: 600;
  }
  .top-logo-w {
    height: 56px;
  }
  .font-24 {
    font-size: 1.5rem;
  }
  li {
    font-size: 1.5rem;
  }
  section {
    border-radius: 100px;
  }
  .section-red {
    background-color: #ff2e2e;
  }

  .header-s2 {
    font-weight: 5vw;
  }
  .section-yellow {
    background-color: #ffe81d;
  }

  .section-blue {
    background-color: #00a3ff;
  }

  .card {
    background-color: #000;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
  }

  .info-box {
    border-radius: 38px;
    border: 2px solid black;
    padding: 24px;
    margin-bottom: 20px;
    color: #000;
  }

  .btn-signup {
    background-color: white;
    color: #00aaff;
    border: none;
    padding: 15px 30px;
    font-size: 1.2rem;
    border-radius: 12px;
  }
  .icon-height {
    height: 46px;
    margin-bottom: 1.5rem;
  }

  .heading-logo-w {
    width: 350px;
  }
  .yellow-logo {
    width: 30%;
    height: auto;
  }
  .font--100 {
    font-size: 100px;
  }
  .header--font {
    font-size: 105px;
    margin-bottom: 0px;
    line-height: 1;
  }
  @media (max-width: 992.98px) {
    .header--font {
      font-size: 75px;
      margin-bottom: 0px;
      line-height: 1;
    }
  }
  @media (max-width: 767.98px) {
    .heading-logo-w {
      width: 250px;
    }
    .yellow-logo {
      width: 75%;
      height: auto;
    }
    section {
      border-radius: 50px;
    }
    .font--100 {
      font-size: 40px;
    }
    .header--font {
      font-size: 45px;
      margin-bottom: 0px;
      line-height: 1;
    }
  }
  @media (max-width: 575.98px) {
    .heading-logo-w {
      width: 150px;
    }
    .yellow-logo {
      width: 50%;
      height: auto;
    }
    section {
      border-radius: 25px;
    }
    .font--100 {
      font-size: 28px;
    }
    .header--font {
      font-size: 28px;
      margin-bottom: 0px;
      line-height: 1;
    }
  }
