<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Mobile screen */
@media (max-width: 767px) {
  .page-title {
    width: auto !important;
    margin-bottom: 40px;
  }

  .home-hero .w-100 {
    width: auto !important;
  }
  .custom-container {
    width: 95%;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  aside {
    width: 70%;
  }

  .news-swiper .swiper-slide &gt; div {
    min-height: fit-content;
  }

  .sidebar .nav-item .nav-link {
    display: block;
    padding: 0.5rem 0;
  }

  .sidebar .nav-item ul .dropdown-item {
    white-space: unset;
    text-align: start;
    padding-inline-start: 6px;
    font-size: 0.85rem;
    color: #444;
  }

  .sa_map {
    zoom: 1;
  }

  .breadcrumb-list {
    zoom: 0.7;
  }

  .Featured-News-Controls {
    top: 80% !important;
    width: 10lvw !important;
    left: 40lvw !important;
    right: auto !important;
    margin: 0 !important;
  }

  .featured {
    padding-bottom: 40px !important;
  }
  .featured .Featured-News-Controls {
    top: 90% !important;
  }
  /* html[dir="ltr"] .sa_map {
    left: -10px;
    position: relative;
  } */

  .input-group.w-fit,
  .btn.w-fit,
  .mega-events a.btn,
  .all-events a.btn.btn-outline-success,
  .initiative a.btn.btn-outline-success {
    width: 100% !important;
  }

  .swiper-slide,
  .swiper-slide &gt; div {
    overflow: hidden;
  }

  .table-responsive td {
    /* min-width: 175px; */
    white-space: nowrap;
  }

  .page-title::before,
  .section-title::before {
    left: 0 !important;
  }
}
</pre></body></html>