.image-with-text .image-with-text__heading{
  font-family: var(--heading-font);
}
.image-with-text .image-with-text__heading em {
  color: #d81e40;
  font-style: normal;
}

.image-with-text .button {
  border-radius: 5px;
  font-family: var(--heading-font);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.image-with-text .button:hover {
  background-color: transparent;
  color: rgba(var(--color-button),var(--alpha-button-background));
}
.image-with-text .button::after{
  border-radius: 5px;
}