/* XXL devices (very large screens, 1400px and up) */
@media (min-width: 1400px) {
}

/* Extra large devices (large desktops, 1200px to 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* Large devices (desktops, 992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Medium devices (tablets, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Small devices (phones, 576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .how-it-works-step {
    transition: all 0.4s ease;
    height: auto;
    z-index: 2;
    min-height: auto;
  }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .how-it-works-step {
    transition: all 0.4s ease;
    height: auto;
    z-index: 2;
    min-height: auto;
  }

  .app-screens-image {
    width: 140px;
    height: 300px;
  }

  .contact-info {
    height: auto;
  }

  .contact-info {
    padding: 21px 15px;
  }







.footer-social-icons {
        justify-content: flex-start;
    }


.footer-widget {
    margin-bottom: 0px;
}








}
