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

.u-section-1 .u-group-1 {
  width: calc(((100% - 1140px) / 2)  + 687px);
  min-height: 140px;
  height: auto;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
  --animation-custom_in-translate_x: 50px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 180deg;
  --animation-custom_in-scale: 0.3;
  --radius: 14px;
  margin: 352px 0 0 auto;
}

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

.u-section-1 .u-text-1 {
  font-weight: 700;
  font-size: 3rem;
  margin: 0 20px;
}

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

.u-section-1 .u-list-1 {
  width: 900px;
  margin: 85px auto 60px;
}

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

.u-section-1 .u-list-item-1 {
  box-shadow: 0px 2px 8px 0px rgba(128,128,128,1);
  background-image: none;
}

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

.u-section-1 .u-icon-1 {
  height: 80px;
  width: 80px;
  background-image: none;
  color: rgb(255, 255, 255) !important;
  margin: 0 auto;
}

.u-section-1 .u-text-3 {
  text-shadow: 0px 2px 8px rgba(128,128,128,1);
  margin: 20px auto 0;
}

.u-section-1 .u-text-4 {
  text-shadow: 0px 0px 8px rgba(128,128,128,1);
  margin: 20px 0 0;
}

.u-section-1 .u-btn-1 {
  font-size: 0.875rem;
  letter-spacing: 1px;
  border-style: solid;
  text-transform: uppercase;
  font-weight: 700;
  background-image: none;
  box-shadow: 0px -2px 8px 0px rgba(128,128,128,1);
  margin: 26px auto 0;
  padding: 4px 14px 5px 12px;
}

.u-section-1 .u-list-item-2 {
  box-shadow: 0px 2px 8px 0px rgba(128,128,128,1);
  background-image: none;
}

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

.u-section-1 .u-icon-2 {
  height: 80px;
  width: 80px;
  background-image: none;
  margin: 0 auto;
}

.u-section-1 .u-text-5 {
  text-shadow: 0px 2px 8px rgba(128,128,128,1);
  margin: 20px auto 0;
}

.u-section-1 .u-text-6 {
  text-shadow: 0px 0px 8px rgba(128,128,128,1);
  margin: 20px 0 0;
}

.u-section-1 .u-btn-2 {
  font-size: 0.875rem;
  letter-spacing: 1px;
  border-style: solid;
  text-transform: uppercase;
  font-weight: 700;
  background-image: none;
  box-shadow: 0px -2px 8px 0px rgba(128,128,128,1);
  margin: 26px auto 0;
  padding: 4px 14px 5px 12px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-group-1 {
    width: calc(((100% - 940px) / 2) + 687px);
    height: auto;
  }

  .u-section-1 .u-text-1 {
    width: 592px;
  }

  .u-section-1 .u-repeater-1 {
    grid-gap: 0px;
  }
}

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

  .u-section-1 .u-group-1 {
    width: calc(((100% - 720px) / 2)  + 687px);
    margin-top: 349px;
  }

  .u-section-1 .u-list-1 {
    width: 720px;
    margin-top: 88px;
  }

  .u-section-1 .u-repeater-1 {
    grid-auto-columns: 100%;
    grid-template-columns: 100%;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-group-1 {
    width: calc(((100% - 540px) / 2) + 540px);
  }

  .u-section-1 .u-text-1 {
    width: 540px;
    margin-right: 0;
    margin-left: 0;
  }

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

  .u-section-1 .u-list-1 {
    width: 540px;
  }

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

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

@media (max-width: 575px) {
  .u-section-1 .u-group-1 {
    width: calc(((100% - 340px) / 2) + 340px);
  }

  .u-section-1 .u-text-1 {
    width: 340px;
    font-size: 2.25rem;
  }

  .u-section-1 .u-list-1 {
    width: 340px;
  }
}