.footer-block__guarantee {
  background: var(--color-footer-guarantee-background);
  padding: 30px;
}

@media screen and (max-width: 749px) {
  .footer-block__guarantee {
    padding: 20px;
  }
}

.footer-block__guarantee img {
  width: calc(100% - 20px);
  max-width: 250px;
  display: block;
  margin: 0 auto;
}

.footer-block__guarantee .footer-block__subheading {
  margin-top: 30px;
  margin-bottom: 0;
}

.footer-block__guarantee .footer-block__subheading a {
  font-weight: 600;
  text-decoration: underline;
}