.footer-info {
  padding-block-start: 3rem;
  padding-block-end: 4.1rem;
  padding-inline: 2.125rem 2.275rem;
  position: relative;
  overflow: hidden;
  background-color: #dcf2c9;
  width: 100%;
  margin-top: 0;
}
@media (min-width: 768px) {
  .footer-info {
    order: 1;
    height: 100%;
  }
}
.footer-info .footer-links-columns {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.footer-info .footer-column {
  display: flex;
  flex-direction: column;
}
.footer-info .footer-logo-column .footer-logo img {
  width: 15rem;
  height: auto;
  display: block;
}
.footer-info .footer-pages-column .footer-column-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.25;
  color: #033324;
  margin: 0;
  padding-top: 1.5rem;
  margin-bottom: 3rem;
  text-align: start;
}
.footer-info .footer-pages-column .footer-pages-nav .footer-pages-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: start;
}
.footer-info .footer-pages-column .footer-pages-nav .footer-page-item {
  margin: 0;
}
.footer-info .footer-pages-column .footer-pages-nav .footer-page-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.35;
  color: #033324;
  text-decoration: none;
  transition-duration: 300ms;
}
.footer-info .footer-pages-column .footer-pages-nav .footer-page-link:hover {
  opacity: 0.8;
}
.footer-info .footer-locations-column .footer-column-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.25;
  color: #033324;
  margin: 0;
  padding-top: 1.5rem;
  margin-bottom: 3rem;
  text-align: start;
}
.footer-info .footer-locations-column .footer-locations-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: start;
}
.footer-info .footer-locations-column .footer-location-item {
  margin: 0;
}
.footer-info .footer-locations-column .footer-location-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.35;
  color: #033324;
  margin: 0;
  white-space: pre-wrap;
}
@media (min-width: 768px) {
  .footer-info .footer-locations-column .footer-locations-list {
    flex-direction: column;
    gap: 4rem;
  }
  .footer-info .footer-locations-column .footer-location-item {
    margin: 0;
  }
  .footer-info .footer-locations-column .footer-location-text {
    font-size: 1.6rem;
    line-height: 1.35;
  }
}
@media (min-width: 768px) {
  .footer-info {
    z-index: 1;
    padding: 6rem 0;
    background-color: #dcf2c9;
    position: relative;
  }
  .footer-info .footer-links-columns {
    flex-direction: row;
    justify-content: space-between;
    gap: 4.6rem;
    padding-block: 0;
    padding-inline-start: 8rem;
    padding-inline-end: 4.8rem;
  }
  .footer-info .footer-logo-column {
    width: 25%;
  }
  .footer-info .footer-pages-column {
    width: auto;
  }
  .footer-info .footer-locations-column {
    width: 40.6rem;
    flex: 1 0 0;
  }
}

body.rtl .footer-info {
  direction: rtl;
}
@media (max-width: 767px) {
  body.rtl .footer-info .footer-links-columns {
    flex-direction: column;
  }
  body.rtl .footer-info .footer-links-columns .footer-logo-column {
    order: 1;
  }
  body.rtl .footer-info .footer-links-columns .footer-pages-column {
    order: 2;
  }
  body.rtl .footer-info .footer-links-columns .footer-locations-column {
    order: 3;
  }
}
@media (min-width: 768px) {
  body.rtl .footer-info .footer-links-columns .footer-logo-column {
    order: 1;
  }
  body.rtl .footer-info .footer-links-columns .footer-pages-column {
    order: 2;
  }
  body.rtl .footer-info .footer-links-columns .footer-locations-column {
    order: 3;
  }
}
