.containerserviços {
  margin: 3rem 2rem;
}

.silver {
  background-color: silver;
  
}

.gold {
  background-color: gold;
}

.btn-block {
  background-color: #8e2424;
  opacity: 0.9;
}

#bntcomprar {
  color: white;
  text-decoration: none;
  
  
}

.card-deck {
  width: 100%;
  height: 60vh;
  flex-wrap: wrap;

  
  
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}

.card-body button {
  border-radius: 10px;
}


li {
  font-size: 16px;
}

i {
  color: #8e2424;
}

.itemLista {
  display: flex;
  justify-content: center;
  
}