.footer {
  padding: 30px 0;
}

.footer-container {
  background-color: #1d546b;
  border: none;
  border-radius: 16px;
  padding: 68px 20px;
}

.footer-navigation {
  text-align: center;
  margin-bottom: 40px;
}

.footer-logo {
  display: inline-block;
  width: 120px;
  height: 25px;
  font-size: 0;
}

.footer-logo img,
.footer-icons img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer-nav {
  padding-top: 30px;
}

.footer-nav .nav-link {
  font-size: 16px;
}

.footer-nav .nav-items {
  gap: 20px;
}

.footer-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}

.footer-icon {
  display: block;
}

.footer-icon.small {
  width: 38px;
  height: 38px;
}

.footer-icon.medium {
  height: 25px;
}

.footer-icon.large {
  height: 40px;
}

.footer-disclaimer {
  margin-bottom: 40px;
}

.footer-disclaimer p {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #FFF;
}

.footer-disclaimer p:not(:last-of-type) {
  margin-bottom: 10px;
}

.footer-copyright p {
  color: #D4DCF1;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}


@media (min-width: 768px) {
  .footer-navigation {
    display: flex;
    align-items: center;

  }

  .footer-nav {
    padding-top: 0;
  }

  .footer-logo {
    width: 150px;
    height: 30px;
  }

  .footer-nav {
    width: 75%;
  }
  .footer-nav.no-logo {
    width: 100%;
  }

  .footer-content {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (min-width: 1024px) {
  .footer-disclaimer p {
    font-size: 16px;
  }

  .footer-disclaimer p:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .footer-navigation {
    margin-bottom: 35px;
  }

  .footer-icons {
    margin-bottom: 50px;
    gap: 15px 30px;
  }
  .footer-container {
    padding: 68px 45px;
  }
  .footer-nav .nav-link {
    font-weight: 700;
  }
}

@media (min-width: 1280px) {
  .footer-icons {
    gap: 24px 61px;
  }
  .footer-container {
    padding: 68px 80px;
  }
}
