.text--image-blog__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 2rem 0;
}

.text--image-blog__text p:first-child {
  margin-top: 0;
}

.text--image-blog__image,
.text--image-blog__text {
  width: 100%;
}

.text--image-blog__image img {
  border-radius: 10px;
}

@media (min-width: 768px) {
  .text--image-blog__wrapper {
    flex-direction: row;
    margin: 4rem 0;
  }

  .text--image-blog__image,
  .text--image-blog__text {
    width: 50%;
  }
}