body .footer {
  background: linear-gradient(180deg, #a991c4 0%, #ebbed9 100%);
  color: #fff;
  padding: 50px 0px 25px;
  text-align: center;
  font-size: 13.5px;
  font-family: Nunito, sans-serif;
}

body .footer .product-logo {
  font-weight: 500;
  font-size: 3em;
  margin-bottom: 10px;
}

body .footer__links {
  display: inline-block;
  margin-bottom: 15px;
}

body .footer__links > a {
  margin-right: 0.3em;
}

body .footer__links > a:not(:last-child):after {
  content: "|";
  margin-left: 0.3em;
  color: #fff;
}

body .footer a {
  text-decoration: none;
  color: #fff;
}

body .footer p a {
  text-decoration: underline;
}

body .footer a:active,
body .footer a:focus,
body .footer a:hover {
  text-decoration: underline;
}

body .footer p {
  margin-bottom: 0.7em;
  line-height: 1.5;
}

.footer_logo img {
  width: 100%;
  max-width: 270px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  body .footer {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .footer_logo img {
    max-width: 220px;
  }
}

@media (max-width: 768px) {
  .footer_logo img {
    max-width: 180px;
  }
  .footer_logo img {
    width: 100%;
    max-width: 183px;
    margin-bottom: 20px;
  }
}
