.lt__news .lt__title {
  font-size: 128px;
  color: var(--theme-color);
  line-height: 1;
  margin-bottom: 15px;
}
.lt__news .lt__desc {
  font-size: 32px;
  color: var(--theme-color);
  line-height: 1;
}
.lt__news .lt__list {
  margin-top: 50px;
}
.lt__news .lt__list img {
  width: 100%;
}

@media (max-width: 1500px) {
  .lt__news .lt__title {
    font-size: 9.5vw;
  }
  .lt__news .lt__desc {
    font-size: 2.5vw;
  }
}/*# sourceMappingURL=style.css.map */