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

.u-section-1 .u-list-1 {
  margin-bottom: 0;
  margin-top: 0;
}

.u-section-1 .u-repeater-1 {
  --gap: 10px;
  grid-auto-columns: calc(33.3333% - 6.66667px);
  grid-template-columns: repeat(3, calc(33.3333% - 6.66667px));
  min-height: 413px;
}

.u-section-1 .u-list-item-1 {
  filter: none;
}

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

.u-section-1 .u-image-1 {
  filter: none;
  height: 260px;
  margin-top: 80px;
  margin-bottom: 0;
}

.u-section-1 .u-list-item-2 {
  filter: none;
}

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

.u-section-1 .u-image-2 {
  filter: none;
  height: 260px;
  margin-top: 80px;
  margin-bottom: 0;
}

.u-section-1 .u-list-item-3 {
  filter: none;
}

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

.u-section-1 .u-image-3 {
  filter: none;
  height: 260px;
  margin-top: 80px;
  margin-bottom: 0;
}

.u-section-1 .u-btn-1 {
  --radius: 6px;
  font-size: 0.9375rem;
  margin: 12px auto 60px;
  padding: 8px 33px;
}

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

  .u-section-1 .u-image-1 {
    inset: auto;
    height: 212px;
  }

  .u-section-1 .u-image-2 {
    inset: auto;
    height: 212px;
  }

  .u-section-1 .u-image-3 {
    inset: auto;
    height: 212px;
  }
}

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

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

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

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

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

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

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

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

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

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

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