<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.div-vision {
  display: flex;
  gap: 50px;
}
.div-vision .div-img {
  width: 50%;
  min-height: 800px;
  border-radius: 3px;
}
.div-vision .text {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.div-vision .text .quote {
  text-align: right;
}

@media only screen and (max-width: 1150px) {
  .alex {
    flex-direction: column;
  }
  .alex .div-img, .alex .text {
    width: 100%;
  }
}

@media only screen and (max-width: 1150px) {
  .chris {
    flex-direction: column-reverse;
  }
  .chris .div-img, .chris .text {
    width: 100%;
  }
}/*# sourceMappingURL=vision.css.map */</pre></body></html>