@media (max-width: 768px) {
    .location-card {
        width: 100%;
        max-width: 90%;
    }
     .faq-grid details {
        flex: 1 1 100%;
    }
    .hero__carousel {
        height: 60vh;
    }
    .list-container {
    padding: 40px 20px;
    text-align: center;
    justify-content: center;
  }

  .text-content h2 {
    font-size: 1.8rem;
  }

  .text-content p {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .text-content h2 {
    font-size: 1.5rem;
  }

  .text-content p {
    font-size: 0.7rem;
  }
}

@media(max-width: 900px) {
    .blog-card {
        min-width: 48%;
    }
}

@media(max-width: 600px) {
    .blog-card {
        min-width: 95%;
    }
}