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

.u-section-1 .u-text-1 {
  text-transform: uppercase;
  margin: 0 auto;
}

.u-section-1 .u-text-2 {
  margin: 20px 0 0;
}

.u-section-1 .u-btn-1 {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: 700;
  --radius: 50px;
  background-image: none;
  margin: 24px auto 0 20px;
  padding: 10px 5px 10px 3px;
}

.u-section-1 .u-btn-2 {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: 700;
  --radius: 50px;
  background-image: none;
  margin: -42px auto 0 280px;
  padding: 10px 44px 10px 43px;
}

.u-section-1 .u-btn-3 {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: 700;
  --radius: 50px;
  background-image: none;
  margin: -42px 280px 0 auto;
  padding: 9px 31px 11px;
}

.u-section-1 .u-btn-4 {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: 700;
  --radius: 50px;
  background-image: none;
  margin: -42px 20px 25px auto;
  padding: 9px 12px 11px 11px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-2 {
    width: 730px;
  }

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

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

  .u-section-1 .u-btn-3 {
    margin-right: 80px;
  }

  .u-section-1 .u-btn-4 {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-text-2 {
    width: 720px;
  }

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

  .u-section-1 .u-btn-3 {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-2 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-2 {
    width: 340px;
  }
}