#telehealth {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#telehealth .pic-side {
  text-align: center;
}

#telehealth .pic-side img {
  max-height: 238px;
  margin: 3vw;
  height: 22vw;
}

#telehealth .text-side {
  margin: 30px;
}

#telehealth .learnmorebutton {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 625px) {
  #telehealth .pic-side,
  #telehealth .text-side {
    width: 100% !important;
    min-height: 0;
    justify-content: center;
    align-items: center;
  }
}
