.flex-area {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 4em;
  margin-top: 4em;
  margin-bottom: -0.5em;
}
.flex-area .red-text {
  line-height: 1.6;
}
.flex-area img {
  width: 25em;
  max-width: 80%;
  transform: rotateZ(-3deg);
}/*# sourceMappingURL=style.css.map */