.div01 { flex-flow: wrap; justify-content: space-between; }
.div01 div { margin: 30px 0px 0px; flex-basis: 48%; font-size: 0.9rem; line-height: 150%; text-align: center; }
.div01 img { margin-bottom: 5px; width: 100%; }
@media print, screen and (min-width: 500px) {
  .div01 { display: flex; }
}
