@media (max-width: 575.98px) {

  /* HERO */
  .hero-section {
    height: 360px;
  }

  .hero-content {
    margin-top: 140px;
  }

  .hero-subtitle {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .hero-title {
    font-size: 42px;
    margin-bottom: 18px;
  }

  .hero-breadcrumb {
    font-size: 12px;
    gap: 8px;
  }

  /* SECTION TITLE */
  .section-dark .section-title h2 {
    font-size: 24px;
  }

  .section-dark .title-line {
    width: 40px;
  }

  /* BLOG CARD */
  .blog-post-card {
    height: 360px;
  }

  .blog-post-card img {
    object-position: center top;
  }

  .blog-post-content h5 {
    font-size: 18px;
  }

  .blog-post-content p {
    font-size: 14px;
  }

  .read-more {
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  .hero-section {
    height: 400px;
  }

  .hero-content {
    margin-top: 160px;
  }

  .hero-subtitle {
    font-size: 22px;
  }

  .hero-title {
    font-size: 56px;
  }

  .blog-post-card {
    height: auto;
  }

  .blog-post-content h5 {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  .hero-section {
    height: 450px;
  }

  .hero-content {
    margin-top: 180px;
  }

  .hero-subtitle {
    font-size: 26px;
  }

  .hero-title {
    font-size: 64px;
  }

  .blog-post-card {
    height: 420px;
  }

  .blog-post-content h5 {
    font-size: 21px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .hero-section {
    height: 480px;
  }

  .hero-title {
    font-size: 72px;
  }

  .blog-post-card {
    height: 440px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

  .hero-section {
    height: 500px;
  }

  .hero-title {
    font-size: 80px;
  }

  .blog-post-card {
    height: 450px;
  }
}

@media (min-width: 1400px) {

  .hero-section {
    height: 540px;
  }

  .hero-title {
    font-size: 88px;
  }

  .blog-grid-container {
    max-width: 1320px;
  }

  .blog-post-card {
    height: 480px;
  }
}
