/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@media (max-width: 980px) {
  .section-news .offset-left {
    padding-left: 0; } }

.section-news .news-items {
  display: grid;
  gap: 0.5em;
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .section-news .news-items {
      grid-template-columns: repeat(1, 1fr); } }
  @media (min-width: 981px) {
    .section-news .news-items {
      grid-template-columns: repeat(4, 1fr); } }
  .section-news .news-items .card-item:first-of-type {
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 0;
    grid-column: span 1; }
    @media (min-width: 981px) {
      .section-news .news-items .card-item:first-of-type {
        flex-direction: column; } }
    .section-news .news-items .card-item:first-of-type .image-overlay {
      padding: 0;
      flex: 1.5; }
      @media (min-width: 981px) {
        .section-news .news-items .card-item:first-of-type .image-overlay {
          padding-top: 100%;
          flex: none; } }
      .section-news .news-items .card-item:first-of-type .image-overlay:after {
        background: linear-gradient(transparent, var(--dark-blue)); }
    .section-news .news-items .card-item:first-of-type .content {
      padding: 22.5px 22.5px 45px;
      flex: 2;
      background-color: var(--dark-blue);
      color: var(--white); }
      @media (min-width: 981px) {
        .section-news .news-items .card-item:first-of-type .content {
          flex: 1;
          padding: 15px 30px 60px; } }
      .section-news .news-items .card-item:first-of-type .content .date {
        color: var(--white); }
      .section-news .news-items .card-item:first-of-type .content h3 a {
        color: var(--white); }
      .section-news .news-items .card-item:first-of-type .content .call-to-action a {
        color: var(--white); }

/*# sourceMappingURL=news.css.map */
