.image-toggle {
  display: flex;
  flex-direction: column;
}
.row-text {
  width: 100%;
}
.row-text:nth-child(even) img {
  margin-left: 0;
  margin-right: 1vw;
  float: left;
}
.row-text:nth-child(odd) img {
  margin-right: 0;
  margin-left: 1vw;
  float: right;
}
.row-text img {
  width: 60%;
  max-width: 600px;
  max-height: 400px;
  margin-top: 0.5vh;
  margin-bottom: 1vh;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cont-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
}
.column-main {
  flex: 8 1 800px;
  margin: 1vh 1vw;
  height: 100%;
}
.column-info {
  flex: 2 1 200px;
  margin: 1vh 1vw;
  padding: 1vw;
  border-style: solid;
  align-self: self-start;
}
