/*NEWSROOM SECTION*/
.newsroom-section .card {
  background: #fff;
  height: 100%;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(18, 21, 154, 0.10);  
}

.newsroom-section .card:hover {
  box-shadow: 0px 15px 40px 2px rgba(18, 21, 154, 0.15);
}

.newsroom-section .card h3{
  color: #1E2956;
  font-family: "Stag Sans", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1em;
  padding: 1rem;
}

.newsroom-section .card h3 a {
  text-decoration: none;
}
.newsroom-section .card p.newsroom-text{
  color: #777 !important;
  font-size: 1.2rem !important;
  padding: 0 1rem !important;
  line-height: 1.5em !important;
}

.newsroom-section .btn {
  color: #86D9CE!important;
}

.newsroom .hero-subtitle {
  font-family: "Stag Sans", Sans-serif !important;
  font-size: 25px !important;
  font-weight: 300 !important;
  color: var(--iv-teal) !important;
}