.rich-text__blocks {
  align-items: center;
}
.rich-text__combined-container {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.rich-text__combined-text-wrapper img {
  width: 45rem;
  height: 30rem;
  object-fit: contain;
}
.rich-text__combined-text {
  text-align: left;
  max-width: 40%;
}
.rich-text__combined-text > p:nth-child(1) {
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  .rich-text__combined-text {
    text-align: left;
    max-width: 100%;
  }
}