.u-section-1 .u-sheet-1 {
  min-height: 605px;
  margin-bottom: 0;
}

.u-section-1 .u-btn-1 {
  background-image: none;
  font-weight: 700;
  --text-color-var: #f71f1f;
  --radius: 20px;
  margin: 20px auto 0 20px;
  padding: 0 24px 0 22px;
}

.u-section-1 .u-icon-1 {
  --text-color-var: #f51616;
  color: rgb(245, 22, 22) !important;
  font-size: 2.5em;
}

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

.u-section-1 .u-text-2 {
  font-size: 2.25rem;
  width: 442px;
  margin: 0 auto;
}

.u-section-1 .u-gallery-1 {
  height: 402px;
  margin-top: 31px;
  margin-bottom: 33px;
}

.u-section-1 .u-gallery-inner-1 {
  --gap: 10px;
  grid-template-columns: repeat(3, auto);
}

.u-section-1 .u-over-slide-1 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.u-section-1 .u-over-slide-2 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.u-section-1 .u-over-slide-3 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.u-section-1 .u-over-slide-4 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.u-section-1 .u-over-slide-5 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

.u-section-1 .u-over-slide-6 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));
  padding: 20px;
}

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

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

  .u-section-1 .u-text-2 {
    width: 778px;
  }

  .u-section-1 .u-gallery-1 {
    height: 331px;
  }
}

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

  .u-section-1 .u-text-2 {
    width: 447px;
  }

  .u-section-1 .u-gallery-1 {
    height: 570px;
    margin-top: 32px;
    margin-bottom: 34px;
  }

  .u-section-1 .u-gallery-inner-1 {
    grid-template-columns: repeat(2, auto);
  }
}

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

  .u-section-1 .u-text-1 {
    font-size: 3.75rem;
    margin-top: 20px;
  }

  .u-section-1 .u-gallery-1 {
    height: 1710px;
  }

  .u-section-1 .u-gallery-inner-1 {
    grid-template-columns: repeat(1, auto);
  }
}

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

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

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-gallery-1 {
    height: 1077px;
    margin-top: 20px;
  }
}