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

.u-section-1 .u-text-1 {
  margin-bottom: 0;
  margin-top: 15px;
  --text-color-var: #ffffff;
}

.u-section-1 .u-text-2 {
  margin: 10px auto 9px 0;
}

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

  .u-section-1 .u-text-1 {
    margin-top: 10px;
  }

  .u-section-1 .u-text-2 {
    margin-bottom: 10px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 453px;
}

.u-section-2 .u-gallery-1 {
  height: 423px;
  width: 985px;
  grid-gap: 17px;
  margin: 15px auto;
}

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

.u-section-2 .u-gallery-item-1 {
  margin-right: 15px;
}

.u-section-2 .u-over-slide-1 {
  padding: 20px;
}

.u-section-2 .u-gallery-item-2 {
  margin-right: 15px;
}

.u-section-2 .u-over-slide-2 {
  padding: 20px;
}

.u-section-2 .u-gallery-item-3 {
  margin-right: 15px;
}

.u-section-2 .u-over-slide-3 {
  padding: 20px;
}

.u-section-2 .u-gallery-item-4 {
  margin-right: 15px;
}

.u-section-2 .u-over-slide-4 {
  padding: 20px;
}

.u-section-2 .u-gallery-item-5 {
  margin-right: 15px;
}

.u-section-2 .u-over-slide-5 {
  padding: 20px;
}

.u-section-2 .u-gallery-nav-1 {
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
  background-image: none;
  padding: 4px;
}

.u-section-2 .u-gallery-nav-2 {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  background-image: none;
  padding: 4px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-gallery-1 {
    width: 940px;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-2 .u-gallery-inner-1 {
    grid-gap: 17px;
    --gap: 17px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-gallery-1 {
    width: 652px;
  }

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

@media (max-width: 767px) {
  .u-section-2 .u-gallery-1 {
    width: 540px;
  }

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

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

  .u-section-2 .u-gallery-1 {
    width: 317px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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