#news h3, #news h4, #news p {
  color: #2B2F36;
}

#news h4, #news p {
  font-family: "tt-commons-pro";
  font-style: normal;
  font-weight: 300;
}

#news h2 {
  font-weight: 300;
  font-size: 4.5rem;
  line-height: 5rem;
  color: #1A2B57;
  margin-bottom: 5rem;
}

#news .article {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem 0 5rem 0;
  border-top: solid 1px #AFC6E1;
}

#news .article h4 {
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.2rem;
  letter-spacing: 0.225rem;
  opacity: 0.6;
  font-weight: 500;
  min-width: 200px;
}

#news .article .main {
  width: 50%;
  max-width: 593px;
}

#news .article .main h4 {
  display: none;
}

#news .article .main h3 {
  font-family: "cormorant-garamond";
  font-style: normal;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-style: italic;
  margin-bottom: 1.5rem;
}

#news .article .main p {
  margin-bottom: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

#news .article .thumbnail {
  width: 100%;
  max-width: 390px;
  max-height: 264px;
  overflow: hidden;
}

#news .article .thumbnail img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform .5s ease;
}

#news .article:last-of-type {
  padding-bottom: 0;
}

#news .article:hover .circle {
  border-color: rgba(175, 198, 225, 0.2);
}

#news .article:hover .circle:before {
  transform: scale(1);
}

#news .s1 {
  background: url(/i/news_hero.jpg) no-repeat bottom/cover;
}

#news .s1 .text-wrap {
  max-width: 1280px;
}

#news .s1 .article {
  gap: 3rem;
  padding: 0;
  border: none;
  align-items: stretch;
}

#news .s1 .article .thumbnail {
  max-width: 585px;
  max-height: 330px;
}

#news .s1 .article .thumbnail img {
  position: relative;
}

#news .s1 .article .main {
  max-width: 630px;
}

#news .s1 .article .main h4 {
  display: block;
  margin-bottom: 1.5rem;
}

#news .s1 .article .main h4, #news .s1 .article .main h3, #news .s1 .article .main p {
  color: #fff;
  text-align: left;
}

#news .s1 .article .main h3 {
  margin-bottom: 1rem;
}

#news .s1 .article .main .global-btn .circle img {
  display: block;
  width: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#news .s1 .article .main p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#news .s2 {
  padding: 8rem 0;
  background: #EBEEF4;
}

#news footer .bottom-sec p {
  color: #E6EBF1;
}

/**** MEDIA ***/
@media screen and (max-width: 1200px) {
  #news h2 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  #news .article h4 {
    display: none;
  }
  #news .article .main {
    width: 100%;
    max-width: none;
  }
  #news .article .main h4 {
    display: block;
    margin: 1.5rem 0;
  }
  #news .s1 .text-wrap {
    top: 55%;
  }
  #news .s1 .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  #news .s1 .article .thumbnail {
    max-width: 390px;
    max-height: 264px;
  }
  #news .s1 .article .main {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  #news h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 3rem;
  }
  #news .article {
    padding-bottom: 4rem;
  }
  #news .article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #news .article .main h3 {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  #news .article .thumbnail {
    max-height: 230px;
  }
  #news .s1 .article .thumbnail {
    max-height: 200px;
  }
  #news .s1 .article .thumbnail img {
    object-fit: cover;
    object-position: center;
    max-height: 200px;
  }
  #news .s2 {
    padding: 5rem 0;
  }
}
