.Pressroom-Section-1 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 59px;
}
.Pressroom-Section-1 .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .Pressroom-Section-1 .container {
    height: 25vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .Pressroom-Section-1 .container {
    height: 30vh;
  }
}
.Pressroom-Section-1 .container .row {
  height: 100%;
}

.Pressroom-Section-2 .Sub-Heading {
  color: #595959;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  .Pressroom-Section-2 .Sub-Heading {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .Pressroom-Section-2 .Sub-Heading {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .Pressroom-Section-2 img {
    height: 388px;
  }
}
.Pressroom-Section-2 a {
  text-decoration: none;
}
.Pressroom-Section-2 a:hover .card .card-title {
  text-decoration: underline;
}
.Pressroom-Section-2 .card .card-img-top {
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.Pressroom-Section-2 .card .card-title {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #112F4F;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
}
.Pressroom-Section-2 .card .date {
  font-family: "Roboto", sans-serif;
  color: #595959;
  font-size: 12px;
  font-weight: 500;
}
.Pressroom-Section-2 .card .card-text {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #747474;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 90px;
}/*# sourceMappingURL=pressroom.css.map */