/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.3rem;
  }
  .breadcrumb {
    font-size: 10px;
  }
  .date small {
    font-size: 12px;
    font-weight: 600;
  }
  .newsPost h1 {
    font-size: 26px;
    margin-bottom: 0.5rem;
  }
  .content {
    padding-top: 30px;
  }
  .youtubePreview {
    height: auto;
    padding-top: 56.25%
  }
  .relatedNewsTitle h2 {
    font-size: 14px;
  }
  .allnews_link {
    font-weight: bold;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tab-content {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .news__paralax {
    height: 200px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .newsPost {
    max-width: 1200px;
  }
}
