.u-section-1 .u-sheet-1 {
  min-height: 832px;
}

.u-section-1 .u-list-1 {
  width: 946px;
  margin: 205px 91px 60px auto;
}

.u-section-1 .u-repeater-1 {
  min-height: 255px;
  grid-auto-columns: calc(33.3333% - 60px);
  grid-template-columns: calc(33.3333% - 60px) calc(33.3333% - 60px) calc(33.3333% - 60px);
  grid-gap: 90px 90px;
}

.u-section-1 .u-container-layout-1 {
  padding: 10px;
}

.u-section-1 .u-image-1 {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-1 .u-container-layout-2 {
  padding: 10px;
}

.u-section-1 .u-image-2 {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-1 .u-container-layout-3 {
  padding: 10px;
}

.u-section-1 .u-image-3 {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 786px;
  }

  .u-section-1 .u-list-1 {
    width: 940px;
    margin-right: 0;
    margin-bottom: -415px;
  }

  .u-section-1 .u-repeater-1 {
    min-height: 254px;
    grid-auto-columns: calc(33.333333333333336% - 60px);
    grid-template-columns: repeat(3, calc(33.333333333333336% - 60px));
  }

  .u-section-1 .u-image-1 {
    height: NaNpx;
  }

  .u-section-1 .u-image-2 {
    height: NaNpx;
  }

  .u-section-1 .u-image-3 {
    height: NaNpx;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1126px;
  }

  .u-section-1 .u-list-1 {
    width: 539px;
    margin-top: 195px;
    margin-right: auto;
    margin-bottom: 60px;
  }

  .u-section-1 .u-repeater-1 {
    min-height: 595px;
    grid-auto-columns: calc(50% - 45px);
    grid-template-columns: calc(50% - 45px) calc(50% - 45px);
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1392px;
  }

  .u-section-1 .u-list-1 {
    width: 249px;
    margin-top: 126px;
    margin-bottom: -756px;
  }

  .u-section-1 .u-repeater-1 {
    min-height: 957px;
    grid-auto-columns: calc(100% - 0px);
    grid-template-columns: 100%;
  }

  .u-section-1 .u-container-layout-1 {
    padding-top: 0;
    padding-bottom: 3px;
  }

  .u-section-1 .u-image-1 {
    margin-top: 1px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-top: 0;
    padding-bottom: 3px;
  }

  .u-section-1 .u-image-2 {
    margin-top: 1px;
  }

  .u-section-1 .u-container-layout-3 {
    padding-top: 0;
    padding-bottom: 3px;
  }

  .u-section-1 .u-image-3 {
    margin-top: 1px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 1240px;
  }

  .u-section-1 .u-list-1 {
    width: 180px;
    margin-top: 105px;
    margin-bottom: -908px;
  }

  .u-section-1 .u-repeater-1 {
    min-height: 855px;
    grid-auto-columns: 100%;
  }

  .u-section-1 .u-container-layout-1 {
    padding-bottom: 0;
  }

  .u-section-1 .u-image-1 {
    height: auto;
  }

  .u-section-1 .u-container-layout-2 {
    padding-bottom: 0;
  }

  .u-section-1 .u-image-2 {
    height: auto;
  }

  .u-section-1 .u-container-layout-3 {
    padding-bottom: 0;
  }

  .u-section-1 .u-image-3 {
    height: auto;
  }
}


section.news {
  background: #f9f9f9; /* soft neutral background */
  padding: 60px 20px;
  font-family: "Segoe UI", Roboto, sans-serif;
  color: #333;
}

section.news h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  border-left: 4px solid #0077b6; /* accent line */
  padding-left: 10px;
}

section.news h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 20px 0 10px;
  color: #0077b6; /* accent color */
}

section.news p {
  line-height: 1.6;
  margin-bottom: 15px;
  color: #555;
}

section.news ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

section.news ul li {
  background: #fff;
  margin: 8px 0;
  padding: 12px 16px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

section.news ul li:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

section.news div {
  max-width: 800px;
  margin: auto;
}

/* Subtle fade-in animation */
section.news div > div > div {
  animation: fadeUp 0.8s ease forwards;
  opacity: 0;
}

@keyframes fadeUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
