.custom-footer * {
  font-family: "Quicksand", sans-serif;
}

.newsletter-text {
  display: block;
  text-align: center;
  margin-bottom: 0.3rem;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newsletter-input {
  padding: 0.2rem;
  width: 40%;
  margin: auto;
}

.newsletter-submit {
  margin-top: 0.5rem;
  padding: 0.2rem;
}

.partners-social {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer__social-navigation {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__social-navigation_list {
  width: 75%;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer__social-navigation_item {
  text-align: center;
  width: 30%;
  font-size: 4rem;
}

.partners-social__image {
  width: 100%;
}

.footer__partners-navigation {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__partners-navigation_list {
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer__partners-navigation_item {
  width: 15%;
}

@media screen and (max-width: 580px) {
  .partners-social {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer__social-navigation {
    margin-bottom: 2rem;
    width: 100%;
  }

  .footer__partners-navigation {
    width: 100%;
  }

  .footer__social-navigation_item {
    font-size: 5rem;
  }
}
