.footer-links-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 1rem;
}

.footer-links-wrapper .footer-links {
  flex: 1 1 45%;
  min-width: 150px;
}

@media (max-width: 480px) {
  .footer-links-wrapper .footer-links {
    flex: 1 1 100%; /* stack only on very narrow screens */
  }

  .section-title h2{
    text-align: left;
  }
  .read-morefaq{
    display: block;
  }
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 20px;
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    margin-left: 12px;
  }

  .content p{
      margin-top: 0;
      margin-bottom: 1rem;
      font-size: 18px;
      font-weight: 300;
      text-align: left;
      margin-left: 0;
    }

  .read-morefaq{
    display: block;
  }  

  .section-title h2{
    text-align: left;
  }

}


.icon-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
  }

  .icon-title .icon {
    font-size: 28px;
    color: #007bff; /* change as needed */
  }

  @media (max-width: 576px) {
    .icon-title {
      flex-direction: row;
      align-items: flex-start;
    }

    .icon-title .icon {
      font-size: 24px;
    }

    .section-title h2{
      text-align: left;
      margin-left:10px;
    }

    p {
      margin-top: 0;
      margin-bottom: 1rem;
      font-size: 18px;
      font-weight: 300;
      text-align: left;
      margin-left: 12px;
    }

    .content p{
      margin-top: 0;
      margin-bottom: 1rem;
      font-size: 18px;
      font-weight: 300;
      text-align: left;
      margin-left: 0;
    }

    .read-morefaq{
      display: block;
    }
  }



/* Extra small devices (phones, < 576px) */
@media (max-width: 575.98px) {
  /* styles for very small phones */

  .header .logo img {
    max-height: 29px;
  }

  .hero {    
    padding: 131px 0 40px 0;    
  }

  .more-features .features-image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    z-index: 1;
  }

  .mobile-padded {
    padding: 0 1rem 1rem 1rem;
  }

  .features .nav-item:last-child {
    margin-bottom: 33px;
  }

  .features-details .features-item .content {    
    padding: 10px;
    border-radius: 10px;
  }
}

/* Small devices (phones, ≥576px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* styles for small phones */
}

/* Medium devices (tablets, ≥768px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* styles for tablets */
}

/* Large devices (desktops, ≥992px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* styles for laptops/desktops */
}

/* Extra large devices (large desktops, ≥1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* styles for large screens */
}

/* Ultra-wide screens (≥1400px) */
@media (min-width: 1400px) {
  /* styles for very large monitors */
}



/* Portrait mode */
@media (orientation: portrait) {
  /* styles for vertical orientation */
}

/* Landscape mode */
@media (orientation: landscape) {
  /* styles for horizontal orientation */
}


/* Add in your stylesheet */
@media (max-width: 991.98px) {
  .mobile-padded {
    padding: 0 1rem 1rem 1rem;
  }
}
