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

.u-section-1 .u-list-1 {
  grid-template-rows: repeat(1, auto);
  margin-top: 20px;
  margin-bottom: 60px;
}

.u-section-1 .u-repeater-1 {
  grid-template-columns: repeat(3, 33.3333%);
  min-height: 510px;
  grid-gap: 0px;
}

.u-section-1 .u-container-layout-1 {
  padding: 20px 0;
}

.u-section-1 .u-image-1 {
  height: 490px;
  margin-top: 0;
  margin-bottom: -20px;
}

.u-section-1 .u-container-layout-2 {
  padding: 20px 0;
}

.u-section-1 .u-image-2 {
  height: 490px;
  margin-top: 0;
  margin-bottom: -20px;
}

.u-section-1 .u-container-layout-3 {
  padding: 20px 0;
}

.u-section-1 .u-image-3 {
  height: 490px;
  margin-top: 0;
  margin-bottom: -20px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-repeater-1 {
    grid-template-columns: repeat(3, 33.333333333333336%);
    min-height: 421px;
  }

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

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

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

@media (max-width: 991px) {
  .u-section-1 .u-repeater-1 {
    grid-template-columns: repeat(2, 50%);
    min-height: 967px;
  }

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

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

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

@media (max-width: 767px) {
  .u-section-1 .u-repeater-1 {
    grid-template-columns: 100%;
  }

  .u-section-1 .u-image-1 {
    height: 696px;
    margin-bottom: -248px;
  }

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

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

@media (max-width: 575px) {
  .u-section-1 .u-image-1 {
    height: 438px;
    margin-bottom: -20px;
  }

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

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