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

.u-section-1 .u-image-1 {
  width: 606px;
  height: 200px;
  margin: 39px auto 0;
}

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

.u-section-1 .u-text-2 {
  font-size: 0.875rem;
  margin: 31px 0 0;
}

.u-section-1 .u-text-3 {
  text-align: center;
  margin: 51px auto 0;
}

.u-section-1 .u-gallery-1 {
  height: 274px;
  margin-top: 30px;
  grid-gap: 17px 17px;
  text-align: center;
  margin-bottom: 51px;
}

.u-section-1 .u-gallery-inner-1 {
  grid-template-columns: auto auto auto auto;
  grid-gap: 17px 17px;
}

.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;
}

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

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

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

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

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

  .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: 3491px;
  }

  .u-section-1 .u-image-1 {
    width: 540px;
    height: 178px;
  }

  .u-section-1 .u-text-1 {
    margin-left: 28px;
    margin-right: 28px;
  }

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

  .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: 2656px;
  }

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 112px;
  }

  .u-section-1 .u-text-1 {
    margin-left: 9px;
    margin-right: 9px;
  }

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