*,
*::before,
*::after {
  box-sizing: border-box;
}



article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Times New Roman', Times, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2f302c;
  text-align: left;
  background-color: #eef2f3;
  background-image: url(img/digital-ecosystem.jpg);
	 
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
.container{
    max-width: 1920px;
    margin: 0 auto;
}
video{
    object-fit: cover;
}
.box {
    display: flex;
    flex-wrap: wrap;
  }
  
  .box>* {
    flex: 1 1 200px;
  }