@media (max-width: 575.99px) {
  .section {
    padding-inline: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-read {
    margin: 0;
  }

  .wrapper-map {
    position: relative;
    height: 270px;
    width: 100%;
    margin-top: 15px;
  }

  .wrapper-info-location {
    padding: 15px 15px;
  }

  .wrapper-info-location .row .col-xs-12 {
    padding: 0;
  }

  .wrapper-grids-counter {
    all: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 25px;
  }

  .grid-counter {
    /* border-bottom: solid 1px #d9d9d9; */
  }

  .grid-counter:last-child {
    margin-inline: auto;
    grid-area: 3/1/4/3;
  }

  .swiper-gallery {
    margin-inline: 0px;
    margin-top: 24px;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .show-on-mobile {
    display: block !important;
  }

  .title-location {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .wrapper-info-location p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #005e4e;
  }

  .wrapper-button-campaign p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.3px;
    color: #121212;
    margin-bottom: 5px;
  }

  .wrapper-button-campaign .btn-green {
    display: block;
    width: 100% !important;
    background: #43936c;
    border-radius: 8px;
    font-weight: 600;
    color: #ffffff;
    padding-inline: 24px;
    padding-block: 8px;
    transition: 300ms ease-in-out;
    text-align: center;
  }

  .grid-counter p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #121212;
    margin-bottom: 10px;
  }

  .grid-counter h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #121212;
  }

  .section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: #121212;
    margin-bottom: 12px;
  }

  .image-gallery {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
  }

  .wrapper-updates {
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 10px;
  }

  .wrapper-description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #616161;
  }

  .wrapper-description strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #121212;
  }

  .wrapper-title-with-filter {
    all: unset;
  }

  .btn-badge-green {
    background: #f7fcf6;
    border: none;
    border-radius: 100px;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.3px;
    color: #2eb917;
    pointer-events: none;
    margin-bottom: 7.5px;
  }

  .card-update-date {
    background: #f7fcf6;
    border: none;
    border-radius: 100px;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #2eb917;
    width: max-content;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .card-update-campaign-title {
    background: #f7fcf6;
    border: none;
    border-radius: 100px;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #4167ed;
    width: max-content;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .update-description {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
    color: #121212;
  }

  .wrapper-update-image {
    width: 100%;
    max-height: 150px;
    display: flex;
    margin-top: 10px;
  }

  .img-update {
    min-height: 150px;
    max-height: 150px;
    width: 100%;
    object-fit: contain;
    border-radius: 4px !important;
  }

  .wrapper-updates-scrolling.scroll {
    overflow-y: auto;
    max-height: 350px;
    padding-right: 10px;
  }

  /* width */
  .wrapper-updates-scrolling.scroll::-webkit-scrollbar {
    width: 5px;
    padding-right: 10px;
  }

  /* Track */
  .wrapper-updates-scrolling.scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  /* Handle */
  .wrapper-updates-scrolling.scroll::-webkit-scrollbar-thumb {
    background: #337c59;
    border-radius: 10px;
  }

  /* Handle on hover */
  .wrapper-updates-scrolling.scroll::-webkit-scrollbar-thumb:hover {
    background: #337c59;
  }

  .wrapper-campaign-title p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    letter-spacing: 1px;
    margin: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding-inline: 4px;
    padding-block: 2px;
    width: max-content;
    max-width: 150px;
  }
}
