#free {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#free .pic-side {
  text-align: center;
}

#free .pic-side img {
  max-height: 238px;
  /*margin: 2vw;*/
  height: 22vw;
}

#free .text-side {
  margin: 20px;
}

#free ul li {
    color: var(--textcolor);
}

#free .learnmorebutton {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 625px) {
  #free .pic-side,
  #free .text-side {
    width: 100% !important;
    min-height: 0;
    justify-content: center;
    align-items: center;
  }
}
