.text-image {
  display: flex;
  align-items: center
}

@media (max-width: 850px) {
  .text-image {
    flex-direction:column
  }
}

.text-image>div {
  flex: 1 0 50%
}

.text-image__image img {
  border-bottom-right-radius: 12px;
  display: block;
  width: 100%;
  height: auto
}

.text-image__content {
  padding-top: 40px;
  padding-bottom: 40px
}

@media (min-width: 850px) {
  .text-image__content {
    padding-left:80px
  }
}

.text-image__content h2,.text-image__content h3 {
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -.02em;
  line-height: 34px
}

.text-image__content h2 strong,.text-image__content h3 strong {
  font-weight: 600
}

@media (min-width: 850px) {
  .text-image--right {
    flex-direction:row-reverse
  }

  .text-image--right .text-image__content {
    padding-left: 0;
    padding-right: 80px
  }
}
