.blog-post-content {
  padding: 80px 0;
  background: #fff;
}
.blog-body img {    width: 100%;}
.content-block {
  display: grid;
  grid-template-columns: 700px 500px;
  gap: 3rem;
  align-items: start;
  margin-bottom: 3rem;
}

.content-block--image-left {
  direction: rtl;
}

.content-block--image-left > * {
  direction: ltr;
}

.content-block__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.content-block__heading {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #4e5f5f;
  margin: 0 0 0.5rem 0;
}

.content-block__body {
  font-size: 18px;
  line-height: 30px;
  color: #4e5f5f;
}

.content-block__body p {
  margin: 0 0 1rem 0;
}

.content-block__body p:last-child {
  margin-bottom: 0;
}

.content-block__image {
  position: relative;
}

.content-block__image img {
  width: 100%;
  height: auto;
