  .paragraph--type--image-button {
  position: relative;
  margin-bottom: 0.8rem;
}
.paragraph--type--image-button a {
  color: white;
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  text-decoration: none;
  align-items: center;
  background: #161729;
  font-size: 1rem;
  line-height: 1.5rem;
  box-shadow: 2px 4px 4px rgba(15, 15, 15, 0.5);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 576px) {
  .paragraph--type--image-button a {
    font-size: 1.25rem;
  }
}
.paragraph--type--image-button a:hover {
  background: #0f101c;
  color: #f7713e;
}
.paragraph--type--image-button a:hover .color-image {
  opacity: 1;
}
.paragraph--type--image-button .images {
  position: relative;
}
.paragraph--type--image-button .images img:not(.image-button-accent) {
  width: 141px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .paragraph--type--image-button .images img:not(.image-button-accent) {
    width: 200px;
  }
}
.paragraph--type--image-button .images .image-button-accent {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  width: 60px;
  height: auto;
}
.paragraph--type--image-button .link-text {
  padding: 0.8rem 0.8rem 0.8rem 3rem;
}
@media (min-width: 768px) {
  .paragraph--type--image-button .link-text {
    padding: 0.8rem 0.6rem 0.8rem 3rem;
  }
}
.paragraph--type--image-button .color-image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity 300ms ease-in-out;
}
