.contact-page .contact-help-card--image {
  position: relative;
  display: block;
  align-self: start;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: transparent;
  box-shadow: 0 12px 30px rgba(6, 38, 90, .1);
}

.contact-page .contact-help-card--image > img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-page .contact-help-card__whatsapp-hotspot {
  position: absolute;
  z-index: 1;
  left: 8.5%;
  right: 8.5%;
  bottom: 3.1%;
  height: 6.4%;
  border-radius: 10px;
}

.contact-page .contact-help-card__whatsapp-hotspot:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -5px;
}

@media (max-width: 980px) {
  .contact-page .contact-help-card--image {
    width: min(100%, 520px);
    margin-inline: auto;
  }
}
