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

.u-section-1 .u-icon-1 {
  width: 60px;
  height: 60px;
  margin: 80px auto 0;
  padding: 0;
}

.u-section-1 .u-text-1 {
  font-size: 3rem;
  margin: 30px auto 0;
}

.u-section-1 .u-text-2 {
  font-size: 1rem;
  width: 800px;
  margin: 30px auto 80px;
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 511px;
  }

  .u-section-1 .u-icon-1 {
    margin-top: 50px;
  }

  .u-section-1 .u-text-1 {
    width: auto;
  }

  .u-section-1 .u-text-2 {
    width: 720px;
    margin-bottom: 49px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 469px;
  }

  .u-section-1 .u-icon-1 {
    width: 50px;
    height: 50px;
  }

  .u-section-1 .u-text-1 {
    font-size: 2.25rem;
  }

  .u-section-1 .u-text-2 {
    font-size: 0.888889rem;
    width: 540px;
    margin-bottom: 7px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 522px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.72222rem;
  }

  .u-section-1 .u-text-2 {
    width: 340px;
    margin-bottom: 60px;
  }
}