@media only screen and (max-width: 800px) { article.education div.block { margin-top: 1vw; }
  article.education div.block span { margin-left: 3vw; }
  article.education div.flow { display: flex; flex-wrap: nowrap; } }
@media only screen and (min-width: 801px) { article.education div.block { margin-top: 10px; }
  article.education div.block span { margin-left: 30px; }
  article.education div.flow { display: flex; flex-wrap: nowrap; } }
