@media (max-width: 1020px) {
  .header__right--links,
  .header__right--search > form {
    display: none;
  }

  .header__right--search-icon {
    display: inline-block;
  }
}

@media (max-width: 640px) {
  .site-footer-sticky {
    display: flex;
  }

  .site-header .custom-logo {
    max-width: 180px;
  }
  .singlePost-title {
    width: 100%;
    margin-bottom: 24px;
    font-size: 32px;
  }

  .subtitle {
    font-size: 24px;
  }
  .site-branding {
    display: block;
  }

  .news__card--colBig > a,
  .news__card--colScape > a {
    width: 120px;
    height: 100px;
  }

  .news__title--med {
    font-size: 20px;
  }

  .news__card--col.col-reverse > a {
    width: 100%;
    margin: 0;
    order: -1;
    margin-bottom: 12px;
  }

  .headerDate {
    margin-top: -23px;
    font-size: 12px;
    text-align: center;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .breaking__news--title {
    font-size: 40px;
    line-height: 50px;
  }
  .breaking__news p {
    margin-top: 12px;
  }

  .section {
    padding-top: 50px;
  }
  .bulletin__section,
  .suchana__section.bg-top-gradient,
  .bulletin__section.entertainment__section,
  .sports__section.section.bg-top-gradient {
    margin-top: 50px;
  }
  .bg-top-gradient,
  .bg-bottom-gradient,
  .bulletin__section,
  .youtube__shorts__section {
    padding: 50px 0;
    margin-top: 0;
  }

  .site-footer {
    padding: 50px 0;
  }

  .footer__data {
    flex: 2;
  }

  .footer__links:last-child {
    width: 50%;
  }
}
