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

.u-section-1 .u-text-1 {
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  width: 177px;
  margin: 16px auto 0;
}

.u-section-1 .u-image-1 {
  width: 659px;
  height: 158px;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
  margin: 51px auto 0;
}

.u-section-1 .u-text-2 {
  font-size: 1.875rem;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  margin: 34px 0 0;
}

.u-section-1 .u-gallery-1 {
  height: 350px;
  grid-gap: 17px 17px;
  width: 1017px;
  margin: 17px auto 29px;
}

.u-section-1 .u-gallery-inner-1 {
  grid-template-columns: 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;
}

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

  .u-section-1 .u-text-1 {
    animation-duration: 5000ms;
  }

  .u-section-1 .u-image-1 {
    height: 159px;
  }

  .u-section-1 .u-gallery-1 {
    height: 323px;
    width: 940px;
  }

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

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

  .u-section-1 .u-image-1 {
    margin-top: 40px;
  }

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: 23px;
  }

  .u-section-1 .u-gallery-1 {
    height: 1025px;
    width: 720px;
    margin-bottom: 23px;
  }

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

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

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

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

  .u-section-1 .u-gallery-1 {
    height: 773px;
    width: 540px;
    margin-bottom: 16px;
  }
}

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

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

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

  .u-section-1 .u-gallery-1 {
    height: 493px;
    width: 340px;
    margin-bottom: 17px;
  }
}