.card {
  border-radius: 4px;
  font-family: "Inter", sans-serif;
}
.upcoming-container {
  background-color: #06b178;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

.featured-container {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

h3 {
  font-weight: 700;
  color: #000000;
  font-size: 40px;
}

.description {
  font-size: 20px;
  color: #32363b;
  font-weight: 400;
}

.tag-category {
  font-size: 14px;
  background-color: #09f272;
  color: #1b2454;
  font-weight: 600;
  position: absolute;
  top: 15px;
  padding: 5px 10px;
  left: 15px;
}

.card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
  height: 38px;
}

.card-subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #707780;
}

.card-text {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 400;
}

.card-text i {
  background-color: #0043ff;
  color: #ffffff;
  margin-right: 5px;
}

.card-text.price {
  font-size: 17px;
  color: #ff3d00;
  font-weight: 700;
  margin-bottom: 0;
}

.card-text.price span {
  font-size: 10px;
  color: #32363b;
  font-weight: 400;
}

.card .btn-add {
  background-color: #f2e609;
  font-size: 12px;
  font-weight: 700;
  border: 0;
  border-radius: 25px;
  text-decoration: none;
  color: #000000;
}

.strip {
  height: 31px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  align-content: center;
  position: absolute;
  bottom: 0px;
  margin: 0;
}

.strip.strip-red {
  background-color: #ff0003;
}

.strip.strip-orange {
  background-color: #ff3d00;
}

.strip.strip-purple {
  background-color: #ac09f2;
}
