.footer-contact img {
  border-radius: 20px;
  height: 220px;
  margin-bottom: 20px;
  object-fit: cover;
  object-position: center center;
}
.footer-contact p {
  color: white;
  margin-bottom: 8px;
}
.footer-contact .contact-links {
  display: flex;
  justify-content: start;
  gap: 12px;
}
@media (min-width: 992px) {
  .footer-contact .contact-links {
    justify-content: end;
  }
}
.footer-contact .contact-links a {
  text-decoration: none;
}
.footer-contact .contact-links .contact-link, .footer-contact .contact-links .mail-link {
  background-color: #61BB46;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-contact .contact-links .contact-link svg, .footer-contact .contact-links .mail-link svg {
  color: white;
}