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

.u-section-1 .u-shape-1 {
  height: 3px;
  margin-top: 11px;
  margin-bottom: 0;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  margin: 11px auto 0;
}

.u-section-1 .u-shape-2 {
  height: 3px;
  margin-top: 12px;
  margin-bottom: 0;
}

.u-section-1 .u-gallery-1 {
  height: 650px;
  width: 1140px;
  margin: 32px auto 38px;
}

.u-section-1 .u-gallery-inner-1 {
  --gap: 50px;
  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 {
    min-height: 725px;
  }

  .u-section-1 .u-gallery-1 {
    width: 940px;
    margin-bottom: 52px;
    margin-left: calc(((100% - 940px) / 2));
    height: 536px;
  }
}

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

  .u-section-1 .u-gallery-1 {
    width: 720px;
    margin-left: calc(((100% - 720px) / 2));
    height: 924px;
  }

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

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

  .u-section-1 .u-gallery-1 {
    width: 540px;
    margin-bottom: 60px;
    margin-left: calc(((100% - 540px) / 2));
    height: 2772px;
  }

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

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

  .u-section-1 .u-gallery-1 {
    width: 340px;
    margin-left: calc(((100% - 340px) / 2));
    height: 1745px;
  }
}