.container{
  display: flex;
  justify-content: center;
  margin-top: 80px;
  flex-wrap:wrap;
}

.flex-item{
  margin: 40px;
}