.image-and-text {
  display: flex;
  margin-top: 45px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.image-and-text figure {
  width: 48%;
}

.image-and-text img {
  border-radius: 20px;
}

.image-and-text figcaption {
  margin-top: .5em;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}

.image-and-text .description {
  width: 48%;
  font-size: 15px;
  line-height: 1.75;
}