.mnt-footer {
  display: flex;
  flex-direction: column;
  padding: 0 96px;
  background-color: #ffffff;
  max-width: 1440px;
  margin: auto;
}

.mnt-footer li a {
  margin-left: 0 !important;
}

.mmt-footer-faq-wrapper {
  background-color: #F6F4F5;
}

.mnt-footer-faq {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1440px;
  margin: auto;
  padding: 64px 96px;
}

.mnt-footer-faq-heading-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mnt-footer-faq-heading {
  font-size: 32px;
  line-height: 40px;
  color: #1F1E1F;
}

.mnt-footer-faq-description-grey {
  color: #737373;
  font-size: 18px;
  line-height: 26px;
}

.mnt-footer-faq-description {
  color: #1F1E1F;
  font-size: 18px;
  line-height: 26px;
}

.mnt-footer-faq-description ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
}

.mnt-footer-faq-description li::before {
  content: "➜";
  color: #1F1E1F;
  margin-right: 16px;
}

.mnt-footer-faq-contact-container {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}

.mnt-footer-faq-contact-column {
  flex-basis: 50%;
}

.mnt-footer-faq-overview-column {
  flex-basis: 43%;
}

.mnt-footer-faq-contact-title {
  color: #1F1E1F;
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 32px;
  font-weight: 400;
}

.mnt-footer-faq-contact-methods-container {
  display: flex;
  flex-direction: column;
}

.mnt-footer-faq-contact-method {
  border-bottom: 1px solid #737373;
}

.mnt-footer-faq-contact-method:not(:has(~ .mnt-footer-faq-contact-method)) {
  border: 0;
}

.mnt-footer-faq-contact-method {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 12px 0;
}

.mnt-footer-faq-contact-method-left {
  display: flex;
  font-size: 18px;
  align-items: center;
  color: #1F1E1F;
  gap: 8px;
}

.mnt-footer-faq-contact-method-icon {
  width: 32px;
  height: 32px;
}

.mnt-footer-faq-contact-method-label-container {
  display: flex;
  flex-direction: column;
  line-height: 26px;
}

.mnt-footer-faq-contact-method-label {
  font-weight: 600;
  font-size: 18px;
  color: #1F1E1F;
  line-height: 26px;
}

.mnt-footer-faq-contact-method-description {
  color: #1F1E1F;
  font-size: 18px;
}

.mnt-footer-faq-contact-method-expanded {
  display: none;
  flex-direction: column;
  padding: 0 40px 20px 40px;
  gap: 16px;
}

.mnt-footer-faq-contact-method-expanded-description {
  color: #1F1E1F;
  line-height: 24px;
  font-size: 18px;
}

.mnt-footer-faq-phone-number {
  text-decoration: underline;
  color: #1F1E1F;
}

.mnt-footer-faq-phone-number:hover {
  color: #1F1E1F;
}

.mnt-footer-faq-contact-method-expanded-link {
  text-decoration: none !important;
  display: flex;
  color: #1F1E1F;
  font-weight: 600;
  gap: 12px;
}

.mnt-footer-faq-contact-method-expanded-link:hover {
  text-decoration: underline !important;
  color: #1F1E1F;
}

.mnt-footer-top {
  display: flex;
  gap: 150px;
  padding: 48px 0;
  border-bottom: 1px solid #e1dbdf;
}

.mnt-footer-top-colunns-container {
  display: flex;
  width: 100%;
}

.mnt-footer-top-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-basis: 30%;
}

.mnt-footer-top-column-title-container {
  display: flex;
  gap: 8px;
}

.mnt-footer-top-column-title {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}

.mnt-footer-top-links-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
}

.mnt-footer-top-link-item {
  text-decoration: none !important;
  color: #000000;
}

.mnt-footer-top-link-item:hover {
  text-decoration: underline !important;
  color: #000000;
}

.mnt-footer-logo {
  width: 128px;
  height: 48px;
  cursor: pointer;
}

.mnt-footer-social-media-icons-container {
  display: flex;
  flex: column;
  gap: 8px;
  list-style: none;
}

.mnt-footer-social-media-icon {
  padding: 8px;
  background-color: #f6f4f5;
}

.mnt-footer-certificates {
  display: flex;
  gap: 24px;
  list-style: none;
}

.mnt-footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 48px 0;
}

.mnt-footer-bottom-links-container {
  display: flex;
  gap: 24px;
  list-style: none;
}

.mnt-footer-bottom-links-container li a {
  text-decoration: none;
  color: #000000;
}

.mnt-footer-bottom-links-container a:hover {
  text-decoration: underline;
  color: #000000;
}

.mnt-show {
  display: flex;
}

.mnt-footer-faq .mnt-footer-faq-contact-method:first-of-type {
  padding-top: 0;
}

@media only screen and (max-width: 1024px) {
  .mnt-footer {
    padding: 32px 16px;
  }

  .mnt-footer-top {
    border: none;
    padding: 0;
  }

  .mnt-footer-bottom-links-container {
    flex-direction: column;
    gap: 8px;
  }

  .mnt-footer-bottom-links-container li a {
    font-size: 16px;
  }

  .mnt-footer-top-colunns-container {
    flex-direction: column;
    gap: 32px;
  }

  .mnt-footer-top-links-container {
    gap: 8px;
    padding-right: 0;
  }

  .mnt-footer-top-column-title {
    font-weight: 600;
  }

  .mnt-footer-top-column {
    gap: 8px;
    font-size: 18px;
  }

  .mnt-footer-certificates {
    display: none;
  }

  .mnt-footer-social-media-icon {
    width: 42px;
    height: 42px;
    border-radius: 24px;
  }

  .mnt-footer-top-column:last-child {
    padding-top: 30px;
    gap: 16px;
    margin-bottom: 16px;
  }

  .mnt-footer-bottom {
    padding: 0;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    gap: 48px;
  }

  .mnt-footer-faq {
    padding: 40px 16px;
    gap: 40px;
  }

  .mnt-footer-faq-contact-container {
    flex-direction: column;
    gap: 40px;
  }

  .mnt-footer-faq-heading {
    color: #1F1E1F;
    font-size: 32px;
    line-height: 48px;
  }

  .mnt-footer-faq-heading-container {
    gap: 4px;
  }

 
}