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

.u-section-1 .u-gallery-1 {
  height: 549px;
  margin-top: 0;
  margin-bottom: 26px;
  grid-gap: 17px;
}

.u-section-1 .u-gallery-inner-1 {
  grid-template-columns: repeat(2, auto);
  grid-gap: 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 {
    min-height: 477px;
  }

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

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

  .u-section-1 .u-gallery-1 {
    height: 1424px;
    margin-top: 184px;
  }

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

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

  .u-section-1 .u-gallery-1 {
    height: 1072px;
    margin-top: 66px;
    margin-bottom: 60px;
  }
}

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

  .u-section-1 .u-gallery-1 {
    height: 681px;
    margin-top: 92px;
    margin-bottom: 39px;
  }
}