.content-section-wrapper {
  margin: 2vw;
  /* background-color: red; */
}

.content-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.content-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.left-column-text {
  /* background-color: blue; */
  height: auto;

  margin-left: 15%;
  
}

.left-column-image {
  height: auto;
}

.right-column {
  /* background-color: green; */
  height: auto;
  margin-right: 10%;
}
