#plans {
  display: flex;
  justify-content:center
}

.plan-title {
  color: white;
  font-family: var(--bs-body-font-family);
}

.card-plan {
  h4, h5 {
    color: darkgrey;
    font-family: var(--bs-body-font-family);
  }
  font-family: var(--bs-body-font-family);
  margin: 20px;
  width: 400px;
  text-align: left;

  .card-content {
    padding: 40px;
    .card-title {
      margin-bottom: 20px;
    }
    ul.description-plan {
      margin: 0;
      padding: 0;
    }
    ul.description-plan > li {
      list-style-type: none !important;
    }
  }
}

.green {
  background: green;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.red {
  background: red;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.assinar {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  width: 80%;
  height: 50px;
}


@media (max-width: 800px) {
  #plans {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    align-content: center;
  }
}

.description-plan {
  color: black;
  font-size:16px;
}
