  @media (max-width: 800px) {
    div[style*="display:flex"] {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    div[style*="flex:0 0 100px"] {
      margin-right: 0 !important;
      margin-bottom: 15px;
    }
    div[style*="flex:1"] {
      text-align: center;
    }
  }