#footer {
  background: #025550 !important;
  padding: 5rem;
  padding-bottom: 3rem;
}
.footer-info-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  color: white;
  a {
    color: var(--Web-White, #fff);
  }
  li {
    list-style: none;
  }

  .footer-menu {
    margin: 0;
    padding: 0;
  }
}

.footer-info-container .footer-menu {
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.menu-footer-info-container .footer-menu .menu-item {
  list-style: none;
}

.menu-footer-info-container .footer-menu .menu-item a {
  list-style: none;
  font-size: 12px;
}

.footer-container__inner {
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  color: white;
  gap: 8rem;

  @media (min-width: 1024px) {
    flex-direction: row;
  }
}

.footer-container__heading {
  padding-bottom: 5.75rem;
}

.footer-container__item-left {
  max-width: 50ch;
  display: flex;
  flex-direction: column;
  @media (min-width: 1024px) {
    width: 30%;
  }
}
.footer-container__item-right {
  @media (min-width: 1024px) {
    width: 70%;
    padding-right: 7%;
  }
}

.footer-container .title {
  color: #c7a495;
  font-size: 20px;
  font-family: "Archivo";
  font-weight: 500;
  line-height: 140%;
  word-wrap: break-word;
  margin-bottom: 1.5rem;
}

.footer-container__item-left .text {
  margin-bottom: 12px;
  max-width: 320px;
  opacity: 0.9;
  color: white;
  font-size: 16px;
  font-family: Archivo;
  font-weight: 400;
  line-height: 150%;
  word-wrap: break-word;
}

.footer-container__item-left .subscribe {
  display: flex;
  padding: 8px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--Web-White, #fff);
  color: var(--Web-Deep-Black, #1c1c1c);
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  max-width: 320px;
  line-height: 24px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.footer-container__item-left .subscribe:hover {
  opacity: 0.8;
}

.footer-container__item-right {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  @media (min-width: 1024px) {
    flex-wrap: nowrap;
    width: 70%;
    justify-content: flex-end;
  }
}
.footer-menu-container .footer-menu {
padding-left: 0px;
}


.footer-menu-container .footer-menu .menu-item {
  list-style: none;
  margin-bottom: 16px;
}

.footer-menu-container .footer-menu .menu-item a {
  color: var(--Web-White, #fff);
  font-family: Archivo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.footer-menu-container .footer-menu .menu-item a:hover {
  color: #bc007f;
}
.follow-us {
  margin-top: 55px;
}

.follow-us {
  display: flex;
  flex-direction: column;
  margin-bottom: 4.25rem;
}

.follow-us .icons {
  display: flex;
  gap: 16px;
}
.follow-us .icons svg:hover {
  opacity: 0.8;
}
