.news-section {
  margin: 90px auto 0px;
}
@media (max-width: 767px) {
  .news-section {
    margin-top: 40px;
  }
}
.news-section .newsroom-header {
  background-image: url(../img/newsroom/avm.jpg);
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  margin: 0px !important;
}
@media (max-width: 767px) {
  .news-section .newsroom-header {
    border-radius: 16px;
    margin: 20px 0;
    height: 176px;
    margin-top: 76px;
  }
}
@media (max-width: 573px) {
  .news-section .newsroom-header {
    margin: 20px 0;
    height: 176px;
    margin-top: 76px;
  }
}
.news-section .newsroom-header .header-text {
  color: #fff;
  padding: 80px;
}
.news-section .newsroom-header .header-text p {
  color: white !important;
}
@media (max-width: 767px) {
  .news-section .newsroom-header .header-text {
    width: 280px;
    padding: 10px;
  }
  .news-section .newsroom-header .header-text p {
    line-height: 28.75px;
  }
}
/*# sourceMappingURL=newsroom_v2.css.map */