iframe {
    max-width: 100%;
}
@media screen and (max-width: 820px) {
  .sec-news-wrapper .card .card--info {
    padding: 1rem;
  }
}
.article-comments {
    flex: 1 1 100%;
}
.menu-articles-wrapper.flex .card-wrapper {
    flex: 1 1;
}
.disclaimer {
  max-width: 600px;
  font-size: 16px;
  line-height: 26px;
}
.box-inner {
    min-height: 250px;
}
.category-bottom .card--image {
    aspect-ratio: 4/3;
}
.search-title {
    margin-top: 3rem;
    font-size: 50px;
}
@media screen and (max-width: 768px) {
.search-title {
    font-size: 32px;
}
.search-results-page .fixed-left .latest-news {
    display: none;
}
}
@media screen and (min-width: 1280px) {
    .article-right-col aside {
        height: 100%;
    }
    .article-right-col.rows-3 aside .box {
        height: 33.33%;
    }
    .article-right-col aside .box .box-inner {
        position: sticky !important;
        top: 0;
    }
}