 .u-section-1 {
  background-image: none;
}

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

.u-section-1 .u-list-1 {
  margin-top: 19px;
  margin-bottom: 46px;
}

.u-section-1 .u-repeater-1 {
  min-height: 784px;
  grid-template-columns: repeat(1, 100%);
  --gap: 0px;
  grid-auto-columns: 100%;
}

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

.u-section-1 .u-text-1 {
  width: 515px;
  margin: 15px auto 0;
}

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

.u-section-1 .u-image-1 {
  width: 570px;
  height: 281px;
  margin: 19px auto 0;
}

.u-section-1 .u-btn-1 {
  border-style: solid;
  margin: 19px auto 0;
  padding: 0;
}

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

  .u-section-1 .u-text-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-image-1 {
    width: 540px;
    height: 266px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    width: 340px;
  }

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 167px;
  }
}