@media (max-width: 900px) {
  .roundarrow {
    height: auto;
    width: 80px;
  }
  img {
    width: 100%;
    height: auto;
  }
  .hero-section h1 {
    font-size: 90px;
    line-height: 100px;
  }
}
@media (max-width: 400px) {
  .roundarrow {
    width: 80px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .metric-box h2 {
    font-size: 35px;
  }
  .domain h1 {
    line-height: 50px;
  }
}
@media (max-width: 1030px) {
  .hero-section p {
    width: 80%;
  }
  .hero-section h2 {
    font-size: 70px;
    line-height: 80px;
  }
  .choose h2 {
    font-size: 60px;
  }
  .connect {
    padding: 0px 50px 0px 50px;
  }
  .metrics h4 {
    padding-bottom: 0px;
    padding-top: 30px;
    text-align: center;
    line-height: 60px;
    font-size: 60px;
  }
  .domain h1 {
    font-size: 60px;
    padding-top: 30px;
    text-align: center;
    line-height: 60px;
  }
  .brand-advantage {
    padding: 50.23px 12px 0px 12px;
  }
  .form-section {
    margin-top: 15px;
    padding-bottom: 32px;
  }

  .domain p {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
  }
  .metric-box {
    height: auto;
    margin: 10px;
  }
  .metric-box h2 {
    font-size: 30px;
  }
  .metric-box h1 {
    font-size: 20px;
  }
  .card-feature {
    height: 100%;
  }
}
@media screen and (max-width: 500px) {
  .hero-section h1 {
    font-size: 80px;
    font-weight: 700;
  }
  .hero-section {
    background-image: url(../images/background-image-hero-section-mobile-min.png);
    background-size: cover;
    background-position: bottom;
  }
  .choose {
    width: 100%;
    padding: 0px;
    align-items: center;
    text-align: center;
  }
  .main-card {
    padding: 0px;
    text-align: center;
  }
  .connect {
    width: 100%;
    padding: 0px;
  }
  .features {
    padding-bottom: 20px;
  }
  .choose h2 {
    font-size: 55px;
    font-weight: 400;
    line-height: 60px;
    padding-top: 15px;
  }
  .card-feature h3 {
    margin-top: 15px;
  }
  .domain h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
  }
  .metrics h4 {
    font-size: 50px;
    font-weight: 600;
    line-height: 70px;
  }
  .domain p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }
  .metric-box {
    margin-bottom: 24px;
    height: auto;
  }
  .hero-section p {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    padding: 0px 15px 0px 15px;
  }
  .hero-section h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
  }
  .form-section {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .form-button {
    margin-top: 32px;
  }
}
