.u-section-1 .u-sheet-1 {
  min-height: 2015px;
}

.u-section-1 .u-custom-html-1 {
  margin-top: 1px;
  margin-bottom: 0;
  height: auto;
  min-height: 20px;
}

.u-section-1 .u-custom-html-2 {
  margin-bottom: 1px;
  height: auto;
  min-height: 1974px;
  margin-top: 20px;
}.u-section-2 .u-sheet-1 {
  min-height: 312px;
}

.u-section-2 .u-icon-1 {
  width: 64px;
  height: 64px;
  margin: 48px 428px 0 auto;
}

.u-section-2 .u-icon-2 {
  width: 64px;
  height: 64px;
  margin: -64px auto 0 487px;
}

.u-section-2 .u-text-1 {
  margin: 15px 383px 0 auto;
}

.u-section-2 .u-btn-1 {
  background-image: none;
  font-weight: 700;
  padding: 0;
}

.u-section-2 .u-btn-2 {
  background-image: none;
  font-size: 1.125rem;
  font-weight: 700;
  margin: -29px auto 60px 448px;
  padding: 0;
}

@media (max-width: 1199px) {
  .u-section-2 .u-icon-1 {
    margin-right: 353px;
  }

  .u-section-2 .u-icon-2 {
    margin-left: 402px;
  }

  .u-section-2 .u-text-1 {
    margin-right: 316px;
  }

  .u-section-2 .u-btn-2 {
    margin-left: 248px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-icon-1 {
    margin-right: 270px;
  }

  .u-section-2 .u-icon-2 {
    margin-left: 308px;
  }

  .u-section-2 .u-text-1 {
    margin-right: 242px;
  }

  .u-section-2 .u-btn-2 {
    margin-left: 28px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-icon-1 {
    margin-right: 203px;
  }

  .u-section-2 .u-icon-2 {
    margin-left: 231px;
  }

  .u-section-2 .u-text-1 {
    margin-right: 182px;
  }

  .u-section-2 .u-btn-2 {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-icon-1 {
    margin-right: 128px;
  }

  .u-section-2 .u-icon-2 {
    margin-left: 145px;
  }

  .u-section-2 .u-text-1 {
    margin-right: 115px;
  }
} body {
    font-family: 'Poppins', sans-serif;
    background-color: #0b0b0b;
    color: #f5f5f5;
    line-height: 1.7;
    margin: 0;
    padding: 0;
  }
  header {
    background: linear-gradient(90deg, #ff008c, #00ffd5);
    padding: 80px 20px;
    text-align: center;
    color: #fff;
  }
  header h1 {
    font-size: 2.8em;
    margin: 0;
  }
  header p {
    font-size: 1.2em;
    margin-top: 10px;
  }
  .container {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
  }
  .hero-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 20px #00ffd580;
    margin-bottom: 30px;
  }
  h2 {
    color: hotpink;
    margin-top: 40px;
    font-size: 1.8em;
  }
  p {
    margin-bottom: 20px;
  }
  .highlight {
    color: #ff008c;
    font-weight: 600;
  }
  .quote {
    border-left: 4px solid hotpink;
    padding-left: 20px;
    font-style: italic;
    color: #858E99;
    margin: 30px 0;
  }
  .cta {
    text-align: center;
    margin-top: 50px;
  }
  .cta a {
    background: linear-gradient(90deg, #ff008c, #00ffd5);
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 1.1em;
    text-decoration: none;
    transition: 0.3s;
  }
  .cta a:hover {
    opacity: 0.8;
  }
  footer {
    margin-top: 60px;
    text-align: center;
    padding: 20px;
    color: hotpink;
    border-top: 1px solid black;
  } 