.image-text-full-width {
  background: var(--theme-background);
}
.image-text-full-width a {
  margin-top: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  background: var(--theme-link-bg-color);
}
@media (min-width: 768px) {
  .image-text-full-width a {
    margin-top: 22px;
  }
}
@media (min-width: 1536px) {
  .image-text-full-width a {
    margin-top: 30px;
  }
}
