@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:wght@100..900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* font-family: "Inter", sans-serif; */
}

.st-footer-container {
  width: 100%;
  background: #090c43;
}

.st-footer-container-wrapper {
  max-width: 1024px;
  margin: auto;
  padding: 48px 24px;
}

.st-quick-link-heading,
.st-contact-info-heading {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.st-quick-links-ul,
.st-contact-info-ul {
  list-style: none;
  margin-bottom: unset !important;
  padding-left: unset !important;
}
.st-quick-links-ul li,
.st-contact-info-ul li {
  padding-bottom: 12px;
}
.st-quick-links-ul li a,
.st-contact-info-ul li a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;
}

.st-footer-image-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.st-footer-image {
  width: 135px;
  height: 97px;
  /* background: #ffffff; */
}
.st-footer-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.st-footer-detail {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  padding: 20px 0px;
  text-transform: capitalize;
  margin-bottom: unset !important;
}

.st-footer-social-link {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.st-footer-social-link-icon {
  width: 24px;
  height: 24px;
}
.st-footer-copyright-text p {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  padding-top: 12px;
}
.st-quick-link-container,
.st-contact-info-container {
  padding-left: 24px;
}
@media (max-width: 768px) {
  .order-change-2 {
    order: 2;
  }
  .order-change-1 {
    order: 1;
    /* flex-basis: auto; */
  }
  .order-change-3 {
    order: 3;
  }
  .st-quick-link-container,
  .st-contact-info-container {
    padding-left: 0px;
  }
  .st-footer-image-content,
  .st-footer-social-link {
    justify-content: unset !important;
    align-items: unset !important;
  }
  .st-footer-detail {
    text-align: unset;
  }
}
@media (max-width: 576px) {
  .st-footer-image-content {
    justify-content: center !important;
    align-items: center !important;
  }

  .st-quick-link-container,
  .st-contact-info-container,
  .st-contact-info-ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .st-footer-detail {
    text-align: center;
  }
  .st-footer-container-wrapper {
    padding: 24px 16px;
  }
  .st-quick-links-ul li,
  .st-contact-info-ul li {
    padding-bottom: 6px;
  }
  .st-quick-link-heading,
  .st-contact-info-heading {
    margin-bottom: 18px;
  }
}
