.sectionDescription {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sectionDescription h1 {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  margin: 0 auto !important;
}
.sectionDescription {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sectionDescription h1 {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  margin: 0 auto 30px auto !important;
}

.news-item {
  display: flex !important;
  flex-direction: column !important;
}

.news-item .elve-magazine-thumb {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 18px 0 !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  background: #f3f3f3 !important;
  aspect-ratio: 1.35 / 1 !important;
}

.news-item .elve-magazine-thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transition: transform 0.35s ease !important;
}

.news-item:hover .elve-magazine-thumb img {
  transform: scale(1.02) !important;
}

.news-item > h2 {
  margin: 0 0 14px 0 !important;
  font-size: 25px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
}

.news-item > h2 a {
  color: #111 !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease !important;
}

.news-item > h2 a:hover {
  opacity: 0.72 !important;
}

.news-item .description {
  margin: 0 !important;
  color: #6f7682 !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

.news-item .description p {
  margin: 0 !important;
  color: #6f7682 !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

.news-item .description h1,
.news-item .description h2,
.news-item .description h3,
.news-item .description h4,
.news-item .description h5,
.news-item .description h6,
.news-item .description img,
.news-item .description ul,
.news-item .description ol,
.news-item .description table,
.news-item .description blockquote {
  display: none !important;
}

.news-item .elve-magazine-readmore {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 18px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #111 !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
}

.news-item .elve-magazine-readmore:hover {
  opacity: 0.72 !important;
}

.news-item .elve-magazine-readmore::after {
  content: "\2192";
  font-size: 34px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  display: inline-block !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 768px) {
  .sectionDescription h1 {
    margin-bottom: 24px !important;
  }

  .news-item .elve-magazine-thumb {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 18px !important;
    aspect-ratio: 1.2 / 1 !important;
  }

  .news-item > h2 {
    font-size: 21px !important;
    line-height: 1.35 !important;
  }

  .news-item .description,
  .news-item .description p {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }
}
@media (max-width: 768px) {
  .sectionDescription h1 {
    font-size: 7vw !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
    letter-spacing: -0.02em !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-align: center !important;
  }
}