.ls-footer-container {
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 70px;
  padding-top: 65px;
  width: 100%;
}

.ls-footer-accademica {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  margin-top: 80px;
  margin-bottom: 80px;
}

.ls-footer-accademica h2 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

.ls-footer-accademica p {
  font-size: 16px;
  line-height: 1.6;
  color: #100913;
}

.download-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.download-button-image {
  /* max-width: 18% !important; */
  height: 54px;
}

.ls-footer-company p {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #4b536d;
  padding-right: 70px;
}

.ls-footer-company .bottom-nav-links {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
}

.ls-footer-company .bottom-nav-links a {
  text-decoration: none;
  color: #100913;
  text-decoration: none;
}

.company-mission {
  width: 70% !important;
  margin-bottom: 30px;
}

.ls-footer-description {
  width: 50%;
}

@media (max-width: 1115px) {
  .ls-footer-container {
    padding-top: 35px;
  }
  .ls-footer-accademica h2 {
    line-height: 1.2;
    font-size: 32px;
  }
  .ls-footer-accademica p {
    font-size: 15px;
    line-height: 1.4;
  }
  .ls-footer-description {
    width: 60%;
  }
  .bottom-nav-links {
    margin-bottom: 30px;
  }
  .ls-footer-accademica {
    margin-bottom: 100px;
  }
}

@media (max-width: 800px) {
  .ls-footer-accademica h2 {
    font-size: 24px;
  }
  .ls-footer-accademica p {
    font-size: 14xp;
    line-height: 1.2;
  }
  .ls-footer-description {
    width: 80%;
  }
  .ls-footer-accademica {
    margin-bottom: 80px;
  }
  .ls-footer-company p {
    font-size: 13px;
    padding-right: 0px;
  }
  .company-mission {
    width: 100% !important;
  }
  .download-buttons {
    display: flex;
    gap: 15px;
    max-width: 100% !important;
    overflow: hidden;
  }
}

@media (max-width: 700px) {
  .ls-footer-container {
    padding-top: 25px;
  }
  .ls-footer-company .bottom-nav-links {
    font-size: 13px;
    font-weight: 600;
    gap: 10px;
  }
  .download-buttons {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 35px;
  }
  .download-button-image {
    height: auto;
    flex: 1 !important;
    max-width: 100% !important;
  }
  .ls-footer-description {
    width: 90%;
  }
}

@media (max-width: 450px) {
  .ls-footer-company .bottom-nav-links {
    font-size: 12px;
  }
}
