@media (max-width: 575.99px) {
  .hide-on-mobile {
    display: none !important;
  }

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

  .section {
    padding-inline: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-read {
    margin: 0;
  }

  .wrapper-faq-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .wrapper-faq-title h2 {
    width: 100%;
    margin-inline: auto;
  }

  .wrapper-faq-title p {
    width: 100%;
    margin-inline: auto;
  }

  .accordion-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.021em;
    color: #393939;
    margin-right: 30px;
  }

  .accordion-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.017em;
    color: #393939;
  }

  .accordion-wrapper {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    padding-inline: 2rem;
    transition: 300ms;
    cursor: pointer;
    margin-bottom: 3rem;
    width: 100%;
    padding-top: 15px;
  }

  .accordion-wrapper:hover {
    border: 1px solid #ffffff;
    box-shadow: 0px 20px 60px -10px rgba(0, 0, 0, 0.1);
  }

  .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .accordion-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.021em;
    color: #393939;
    margin-right: 30px;
  }

  .accordion-content {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: #696969;
    padding-bottom: 15px !important;
  }

  .accordion-body {
    transition: 300ms;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    padding-top: 1.5rem;
  }

  .list-content {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1em;
  }

  .icon-arrow-down {
    margin-bottom: -0.75rem;
  }

  .icon-arrow-up {
    margin-bottom: -0.75rem;
  }

  .hero-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.75px;
    color: #121212;
    margin-bottom: 15px;
  }

  .hero-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #404040;
    margin-bottom: 20px;
  }

  .section-hero .btn-green {
    width: 100%;
  }

  .wrapper-section-title {
    width: 100%;
    margin-inline: auto;
    margin-bottom: 24px;
  }

  .wrapper-section-title p {
    width: 100%;
    margin-inline: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.011em;
    color: #616161;
  }

  .section-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.75px;
    color: #404040;
    text-align: center;
    margin-bottom: 10px;
  }

  .wrapper-cards-moment .col-xs-12 {
    margin-bottom: 15px;
  }

  .wrapper-section-title-why h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.75px;
    color: #ffffff;
    margin-bottom: 15px;
  }

  .img-moment-icon-box {
    width: 15%;
  }

  .wrapper-text-moment-icon-box {
    padding-left: 15px;
    width: auto;
  }

  .wrapper-text-moment-icon-box h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 3px;
  }

  .wrapper-text-moment-icon-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #ededed;
  }

  .card-campaign {
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    margin-bottom: 15px;
  }

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

  .wrapper-icon-modal {
    width: 10%;
  }

  .wrapper-icons-modal-share {
    width: 90%;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }

  .modal {
    margin-bottom: 65px;
  }

  .card-location {
    position: relative;
    height: 150px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px !important;
  }

  .img-location {
    height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
  }

  .card-add-location {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    height: 150px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    cursor: pointer;
  }

  .card-add-location-body p {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.014em;
    color: #005e4e;
  }

  .icon-add-location {
    height: 36px;
    width: auto;
  }

  .wrapper-card-flow-number {
    display: flex;
    max-width: 100%;
  }

  .wrapper-card-flow-number span {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 1px;
    color: #121212;
    margin-right: 12px;
  }

  .wrapper-card-flow-number p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.019em;
    color: #121212;
  }
  
  /* .wrapper-card-flow-number span {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 1px;
    color: #121212;
    margin-right: 12px;
  }

  .wrapper-card-flow-number p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.019em;
    color: #121212;
  } */
}
