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

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

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

.u-section-1 .u-text-3 {
  font-weight: 600;
  margin: 11px auto 0 0;
}

.u-section-1 .u-btn-1 {
  --color-var: #88c0d4;
  background-image: none;
  --active-color-var: #145da0;
  font-weight: 700;
  margin: 30px auto 0 0;
}

.u-section-1 .u-btn-2 {
  --color-var: #88c0d4;
  background-image: none;
  --active-color-var: #145da0;
  font-weight: 700;
  margin: 30px auto 60px 0;
}

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

  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: 150px;
    margin-right: 189px;
  }
}