@media (max-width: 991px) {
  .home-about {
    padding: 5rem 0;
  }

  .home-about .section-heading {
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .home-about .sticky-columns {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .home-about .sticky-columns__content {
    order: 1;
  }

  .home-about .sticky-columns__aside {
    order: 2;
    min-height: auto !important;
  }

  .home-about .about-content-card {
    padding: 1.65rem;
    border-radius: 24px;
  }

  .home-about .about-content-card h3:not(:first-child) {
    margin-top: 1.35rem;
  }

  .home-about .about-content-card .btn {
    width: 100%;
    justify-content: center;
  }

  .home-about .sticky-feature-list,
  .home-about .sticky-feature-list.is-sticky-active {
    transform: none !important;
    will-change: auto;
  }

  .home-about .sticky-feature-list {
    gap: 0.85rem;
  }

  .feature-item {
    min-height: 64px;
    padding: 0.95rem 1rem;
    border-radius: 18px;
  }
}

@media (max-width: 767px) {
  .home-about {
    padding: 4rem 0;
  }

  .home-about .section-heading {
    margin-bottom: 1.5rem;
  }

  .home-about .sticky-columns {
    gap: 1rem;
  }

  .home-about .about-content-card {
    padding: 1.35rem;
    border-radius: 20px;
  }

  .home-about .about-content-card h3 {
    margin-bottom: 0.45rem;
  }

  .home-about .about-content-card h3:not(:first-child) {
    margin-top: 1.15rem;
  }

  .home-about .about-content-card p + p {
    margin-top: 0.85rem;
  }

  .home-about .about-content-card .btn {
    width: 100%;
    min-height: 52px;
    justify-content: center;
    gap: 0.55rem;
  }

  .home-about .sticky-feature-list {
    gap: 0.75rem;
  }

  .feature-item {
    min-height: 58px;
    padding: 0.9rem 0.95rem;
    border-radius: 16px;
    gap: 0.75rem;
    font-size: 0.95rem;
  }

  .feature-item i {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }

  .feature-item span {
    line-height: 1.35;
  }
}

@media (max-width: 575px) {
  .home-about {
    padding: 3.5rem 0;
  }

  .home-about .about-content-card {
    padding: 1.15rem;
    border-radius: 18px;
  }

  .home-about .sticky-columns {
    gap: 0.85rem;
  }

  .home-about .sticky-feature-list {
    gap: 0.7rem;
  }

  .feature-item {
    min-height: 56px;
    padding: 0.85rem 0.9rem;
    border-radius: 15px;
    font-size: 0.93rem;
  }

  .feature-item i {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
  }
}