.rich-text.rich-text--full-width.image-with-text-custom-blog-info__rich-text {
  padding-top: 10rem;
}
.image-with-text-custom-blog-info__text--custom {
  margin: 10rem 0 0 0;
}
.image-with-text-custom-blog-info--button-section > a:first-child {
  margin: 0 5rem 0 0;
}
@media screen and (max-width: 749px) { /* Tablet Medium and Down */
  .image-with-text-custom-blog-info__text--custom {
    margin: 0;
  }
  .rich-text.rich-text--full-width.image-with-text-custom-blog-info__rich-text {
    padding-top: 5rem;
  }
}