@media (max-width: 1140px) {
  .site-header > div > div {
    justify-content: center;
  }
  .gam-ad-position-wrap.header-logo-right > div {
    margin-top: 15px;
  }
}

@media (max-width: 959px) {
  .site-branding,
  .date {
    width: 100%;
    text-align: center;
  }

  .banner-title {
    font-size: 50px;
  }
  .subtitle {
    font-size: 25px;
  }

  .col--news,
  .row--news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    margin-top: 25px;
  }
  .environment__section .col--news,
  .life__section .col--news,
  .technology__section .col--news {
    display: block;
  }

  .environment__section .col--news > div > a,
  .life__section .col--news > div > a,
  .technology__section .col--news > div > a {
    height: 100%;
  }
}

@media (max-width: 768px) {
  .mobile-view {
    display: block;
  }

  .desktop-view {
    display: none;
  }
}

@media (max-width: 639px) {
  .news-update > a {
    height: auto;
  }

  .banner-title {
    font-size: 35px;
  }
  .subtitle {
    font-size: 20px;
  }

  .banner-news-details p {
    padding: 0 20px;
    font-size: 20px;
  }
  .overlay-title {
    font-size: 30px;
    margin: 0;
  }

  .news-content {
    padding: 0;
  }

  #commentform {
    display: block;
  }

  .row--items > a {
    height: auto;
  }

  .cat-title-large h3 {
    font-size: 25px;
  }

  .big-category {
    grid-template-columns: repeat(1, 1fr);
  }

  .category-list > a {
    height: 100%;
  }

  .img-wrapper > a img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
  }

  .img-wrapper {
    order: -1;
  }

  .news-wrapper {
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
  }
  .news-wrapper p {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .row--news {
    display: block;
  }

  .col--news {
    display: block;
  }
}

@media (max-width: 500px) {
  .news-update {
    display: block;
  }
}

@media (max-width: 480px) {
  .skip-desktop-view {
    display: none;
  }

  .skip-mobile-view {
    display: block;
  }
}
