.footer-inner-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  gap: 5rem;
  color: #fff;
  background: -webkit-linear-gradient(top, rgba(19, 33, 67,1) 0%, rgba(46, 66, 114,1) 100%);
  padding-top: 6rem;
  padding-bottom: 1rem;
}

.ly-logo-wrapper {
  grid-row-gap: 34px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 231px;
  text-decoration: none;
  display: flex;
}

.ly-logo-wrapper a {
  width: 100%;
}

.ly-footer-nav-wrapper {
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 1rem;
}

.ly-footer-nav-wrapper a {
  color: #fff;
}

.ly-social-link-footer-group {
  gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.ly-social-link-footer-group a {
  width: 40px;
}

.ly-address-footer-group {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  flex-flow: wrap;
}

.ly-address-footer-wrapper {
  min-width: 220px;
}

.ly-address-footer-wrapper p {
  color: #fff !important;
  line-height: .7;
}

.ly-address-footer-title {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 35px;
}

.ly-copyright {
  color: #ffffff40;
  display: flex;
  justify-content: center;
  padding-bottom: 6px;
  font-size: 14px;
}

.ly-copyright a {
  color: #ffffff40;
}

.ly-footer-main-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-flow: row wrap; 
  flex: 0 auto;
  width: 100%;
}
  
@media screen and (max-width: 991px) {
  .ly-address-footer-group {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .ly-address-footer-group {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    flex: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    padding-left: 1rem;
    padding-right: 1rem;
    display: inline-flex;
  }

@media screen and (max-width: 479px) {
  .logo-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .ly-address-footer-wrapper {
    text-align: center;
  }

  .ly-address-footer-group {
    flex-flow: column;
  }

  .ly-footer-nav-wrapper {
    text-align: center;
  }
}


