@media screen and (max-width: 860px) {
.flex-sub {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
}