.info_container {
  display: flex;
  flex-direction: row;
  align-self: center;
  padding-top: 5vh !important;
  justify-content: center;
}

.info_img {
  width: auto;
  height: 500px;
  align-self: center;
}

.text_container {
  width: 50%;
  display: flex;
  align-items: center;
  height: auto;
}

.text_container p {
  text-align: left;
  padding: 10%;
  font-size: 1.5rem;
}

@media (max-width: 1000px) {
  .info_container {
    flex-direction: column;
    padding: 0 0 0 0 !important;
  }
  .info_img {
    height: auto;
    width: 100%;
  }
  .text_container {
    width: 100%;
  }
  .text_container p {
    padding: 0 10vw 0 10vw;
  }
}/*# sourceMappingURL=style.css.map */