body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: larger;
  display: flex;
  text-align: center;
  justify-content: space-around;
}

main{
  width: 70%;
  margin: 0 20px;
}

.left-side, .right-side{
  width: 20%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ol li{
  text-align: left;
  line-height: 20px;
  margin-bottom: 10px;
}

img {
  width: 100%;
}