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

.u-section-1 .u-text-1 {
  margin: 6px auto 6px 1px;
}

.u-section-1 .u-btn-1 {
  background-image: none;
  padding: 0;
} .u-section-2 {
  min-height: 318px;
}

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

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

.u-section-2 .u-gallery-1 {
  height: 182px;
  width: 685px;
  margin: 30px auto 0 212px;
}

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

.u-section-2 .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-2 .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-2 .u-text-2 {
  margin: 30px 0 0;
}

.u-section-2 .u-gallery-2 {
  height: 182px;
  width: 358px;
  margin: 30px auto 60px 212px;
}

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

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

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

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

  .u-section-2 .u-gallery-1 {
    height: 728px;
    margin-left: 35px;
  }

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

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

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

  .u-section-2 .u-gallery-1 {
    height: 574px;
    width: 540px;
    margin-left: 0;
  }

  .u-section-2 .u-gallery-2 {
    margin-left: 182px;
  }
}

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

  .u-section-2 .u-gallery-1 {
    height: 361px;
    width: 340px;
  }

  .u-section-2 .u-gallery-2 {
    height: 173px;
    width: 340px;
    margin-left: 0;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 16px;
}