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

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

.u-section-1 .u-text-2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 9px auto 40px 0;
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    font-size: 1rem;
  }

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

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

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

  .u-section-1 .u-text-2 {
    font-size: 1.5rem;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 527px;
}

.u-section-2 .u-group-1 {
  width: 370px;
  min-height: 450px;
  height: auto;
  --radius: 20px;
  margin: 39px auto 39px 35px;
}

.u-section-2 .u-container-layout-1 {
  padding: 0;
}

.u-section-2 .u-image-1 {
  height: 205px;
  margin-top: 0;
  margin-bottom: 0;
  --top-left-radius: 10px;
  --top-right-radius: 10px;
}

.u-section-2 .u-text-1 {
  font-weight: 700;
  margin: 30px auto 0 13px;
}

.u-section-2 .u-text-2 {
  font-size: 1rem;
  margin: 20px auto 0 12px;
}

.u-section-2 .u-text-3 {
  margin-left: 12px;
  margin-right: auto;
  margin-bottom: 0;
}

.u-section-2 .u-btn-1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 1px;
  background-image: none;
  margin: 30px auto 0 12px;
  padding: 12px 28px 12px 27px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-group-1 {
    height: auto;
  }

  .u-section-2 .u-btn-1 {
    --radius: 50px;
  }
}

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

  .u-section-2 .u-group-1 {
    margin-bottom: 38px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-group-1 {
    width: 340px;
    margin-left: 0;
  }

  .u-section-2 .u-image-1 {
    height: 188px;
  }
}