.featureList{
  display:flex;
  justify-content:center;
  gap:1rem;
  flex-wrap:wrap;
  margin: 1.5rem;
}

.feature{
  display:flex;
  gap:0.5rem;
  font-size:18px;
  color:#ffffff;
  font-family:Lato, sans-serif;
}

.title{
    text-align: center;
    font-size: 43px;
    font-weight: bold;
    color: white;
}
}
