.image-accent {
  content: '';
  border-bottom: 3px solid #f6b222;
  position: absolute;
  right: -2.21875rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 1px;
  width: 4.375rem;
}
.paragraph--type--image-button {
  position: relative;
  margin-bottom: 0.8rem;
}
.paragraph--type--image-button a {
  color: white;
  font-family: GalaxiePolaris;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.28rem;
  text-decoration: none;
  align-items: center;
  background: #161729;
  font-size: 0.75rem;
  line-height: 1.2rem;
  -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: 768px) {
  .paragraph--type--image-button a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph--type--image-button a {
    line-height: 1.625;
    letter-spacing: 0.272rem;
  }
}
.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 {
  width: 141px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .paragraph--type--image-button .images img {
    width: 200px;
  }
}
.paragraph--type--image-button .images:after {
  content: '';
  border-bottom: 3px solid #f6b222;
  position: absolute;
  right: -2.21875rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 1px;
  width: 4.375rem;
}
.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;
}
