#services {
  display: flex;
  justify-content: center;
  align-items: center;
}

.services__card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
}

.card {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 2rem;
  max-width: 455px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  background-color: var(--cor-secundaria);
  padding: 1.5rem;
}

.header {
  display: flex;
  flex-direction: column;
}

.title {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 700;
  color: #fff
}

.price {
  font-size: 2.75rem;
  line-height: 1;
  font-weight: 700;
  color: #fff
}

.desc {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  line-height: 1.625;
  color: var(--color-text);
}

.lists {
  margin-bottom: 1.5rem;
  flex: 1 1 0%;
  color: var(--color-text);
}

.lists .list {
  margin-bottom: 0.5rem;
  display: flex;
  margin-left: 0.5rem
}

.lists .list svg {
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  color: var(--cor-primaria);
}
