
/* .shortHeight{
  height: 300px;
  overflow: hidden;
} */
@media (min-width: 1900px) {
  .shortHeight{
    height: 300px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .news-banner-subtitle{
    max-width: 75% !important;
  }
}
