#free {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
      font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

#free .pic-side {
  text-align: center;
}

#free .pic-side img {
  max-height: 238px;
  margin: 3vw;
  height: 22vw;
}

#free .text-side {
  margin: 30px;
  max-width: 532px;
}

#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;
  }
}
