#news .s1 .plx-bg {
  background: url(/i/news-hero.png) center/cover no-repeat;
}

#news .s2-new {
  background-color: #CFE0EE;
}

#news .s2-new .articles-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 5rem;
}

#news .s2-new .article-container {
  width: calc((100% - 2rem) / 3);
  background-color: #fff;
  transition: background-color .3s ease;
}

#news .s2-new .details {
  padding: 2rem 1.5rem;
}

#news .s2-new .date span {
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

#news .s2-new .title {
  font-family: "haboro-contrast-normal", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.25em;
  margin: 1.5rem 0;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#news .s2-new .arrow-bg {
  fill: #CFE0EE;
  transition: fill .3s ease;
}

#news .s2-new .arrow-path {
  stroke: #002536;
  transition: stroke .3s ease;
}

#news .s2-new .img-wrapper {
  position: relative;
  width: 100%;
  margin: 1.5rem 0;
}

#news .s2-new .insights-tb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 440/228;
}

#news .s2-new .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.25;
  z-index: 1;
}

#news .s2-new .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.75rem;
  height: 3.75rem;
  z-index: 2;
  transition: opacity .3s ease;
}

#news .s2-new .article-container:hover {
  background-color: #CFE0EE;
}

#news .s2-new .article-container:hover .play-btn {
  opacity: .75;
}

#news .s2-new .article-container:hover .arrow-bg {
  fill: #AB4110;
}

#news .s2-new .article-container:hover .arrow-path {
  stroke: #fff;
}

#news .s2 .articles-wrapper, #news .s3 .articles-wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 5rem;
}

#news .s2 .articles-wrapper .article-container, #news .s3 .articles-wrapper .article-container {
  width: calc((100% - 2rem) / 3);
}

#news .s2 .img-wrapper {
  position: relative;
  width: 100%;
}

#news .s2 .insights-tb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 440/228;
}

#news .s2 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.25;
  z-index: 1;
}

#news .s2 .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.75rem;
  height: 3.75rem;
  z-index: 2;
  transition: opacity .3s ease;
}

#news .s2 .article-container:hover .play-btn {
  opacity: .75;
}

#news .s2 .article-container:hover p.title {
  color: #AB4110;
}

#news .s2 .details {
  padding: 2rem 1.5rem;
  border: 1px solid #005C7D;
  border-width: 0 1px 1px;
}

#news .s2 p.title {
  font-family: "haboro-contrast-normal", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.25em;
  margin-top: 1.5rem;
  transition: color .3s ease;
  display: -webkit-box;
  height: 5.6rem;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#news .s3 {
  background-color: #CFE0EE;
}

#news .s3 .article-container {
  background-color: #fff;
  transition: background-color .3s ease;
}

#news .s3 .details {
  padding: 2rem 1.5rem;
}

#news .s3 .date span {
  font-family: "kanit", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

#news .s3 .title {
  font-family: "haboro-contrast-normal", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.25em;
  margin: 1.5rem 0;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#news .s3 .arrow-bg {
  fill: #CFE0EE;
  transition: fill .3s ease;
}

#news .s3 .arrow-path {
  stroke: #002536;
  transition: stroke .3s ease;
}

#news .s3 .article-container:hover {
  background-color: #CFE0EE;
}

#news .s3 .article-container:hover .arrow-bg {
  fill: #AB4110;
}

#news .s3 .article-container:hover .arrow-path {
  stroke: #fff;
}

@media screen and (max-width: 1120px) {
  #news #container .s2 .articles-wrapper .article-container, #news #container .s3 .articles-wrapper .article-container, #news #container .s2-new .articles-wrapper .article-container {
    width: calc((100% - 1rem) / 2);
  }
}

@media screen and (max-width: 767px) {
  #news #container .s2 .articles-wrapper .article-container, #news #container .s3 .articles-wrapper .article-container, #news #container .s2-new .articles-wrapper .article-container {
    width: 100%;
  }
}
