#newsroom .s2 {
  padding: 12rem 5.25rem 7.5rem 5.25rem;
  background: #fff;
}
#newsroom .s2 h1 {
  font-size: 4.1rem;
  font-weight: 250;
  color: #1E2859;
  margin-bottom: 5.25rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
#newsroom .s2 .articles {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0;
}
#newsroom .s2 .articles > div:nth-child(1) {
  width: 60%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 50px;
}
#newsroom .s2 .articles > div:nth-child(2) {
  width: 40%;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#newsroom .s2 .articles .article {
  text-decoration: none;
  transition: transform 0.3s ease;
}
#newsroom .s2 .articles .article:hover .thumb img,
#newsroom .s2 .articles .article:hover .thumb .thumb-placeholder {
  transform: scale(1.05);
}
#newsroom .s2 .articles .article .thumb {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
#newsroom .s2 .articles .article .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
#newsroom .s2 .articles .article .thumb .thumb-placeholder {
  width: 100%;
  height: 100%;
  background: #E8F3FF;
  transition: transform 0.3s ease;
}
#newsroom .s2 .articles .article .article-content h3 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #1E2859;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
#newsroom .s2 .articles .article .article-content .desc {
  font-size: 0.95rem;
  color: rgb(30, 40, 89);
  line-height: 1.5;
  margin-bottom: 0.75rem;
  font-weight: 300;
}
#newsroom .s2 .articles .article .article-content .date {
  font-size: 0.6rem;
  font-weight: 300;
  color: #457EC0;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.5;
}
#newsroom .s2 .articles .article .article-content .date span {
  color: rgb(104, 107, 111);
}
#newsroom .s2 .articles .no-articles {
  text-align: center;
  color: #676B6F;
  font-size: 1.1rem;
  padding: 3rem 0;
  width: 100%;
}
@media screen and (max-width: 980px) {
  #newsroom .s2 {
    padding: 5rem 0;
  }
  #newsroom .s2 h1 {
    font-size: 2rem;
  }
  #newsroom .s2 .articles {
    flex-direction: column;
  }
  #newsroom .s2 .articles > div {
    width: 100% !important;
    padding-right: 0 !important;
    border-right: none !important;
    padding-left: 0 !important;
  }
  #newsroom .s2 .articles > div:nth-child(n+2) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 2rem;
    margin-top: 2rem;
  }
  #newsroom .s2 .articles .article {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #newsroom .s2 {
    padding: 3rem 0;
  }
  #newsroom .s2 h1 {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=newsroom.css.map */
