.news-detail .header-wrapper-with-icon .main-text-header {
  display: flex;
  gap: 5px;
  color: #5E7D88;
  background: transparent;
  -webkit-text-fill-color: currentColor;
  text-transform: uppercase;
}
.news-detail .news-title {
  font-size: 30px;
  background: linear-gradient(90deg, #2A6E89, #4FB0C4);
  color: #fff;
  font-weight: 700;
  padding: 15px 25px;
  margin-bottom: 20px;
}
.news-detail .promo-banner-item {
  margin-bottom: 15px;
  display: inline-block;
  position: sticky;
  top: 0px;
}
.news-detail .promo-banner-item:last-of-type {
  margin-bottom: 0;
}
.news-detail * {
  color: #000000;
}
.news-detail .news-item-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-detail .news-content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-detail .news-content-wrapper .news-content {
  flex: 1;
}
.news-detail .news-content-wrapper .news-separate-line {
  padding-top: 20px;
  background: linear-gradient(to right, #184354, #C6D0D3);
}
.title {
    background: linear-gradient(to right, #5E7D88, #4FB0C4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 1.75rem;
    line-height: 30px;
    letter-spacing: .56px;
    font-weight: 600;
    padding: 1rem 0;
}
.sub-title{
  background: linear-gradient(to right, #5E7D88, #4FB0C4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 1.3rem;
  line-height: 30px;
  letter-spacing: .56px;
  font-weight: 600;
  padding: 0.4rem 0 0.4rem;
}
.quote-box {
  position: relative;
  padding: 15px 20px;
  max-width: 100%;
  margin: 1rem 0;
  background: linear-gradient(to bottom,
    rgba(79,176,196,0) 0%,
    rgba(79,176,196,0.25) 100%,
    rgba(79,176,196,0.45) 200%,
    rgba(79,176,196,1) 100%
  );
  border-radius: 4px;
}
.quote-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px; 
  height: 100%;
  background: linear-gradient(to right, #184354, #ADE6F2) !important;
  border-radius: 0; 
}
.quote-box p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 22px;
  color: #043238 !important;
  margin: 0; 
}
.quote-box h6 {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .26px;
    color: #043238 !important;
}
.note {
  font-size: 13px;
  line-height: 1.4;
  padding: 1rem 0;
}