h2 span {
  font-size: 18px;
  color: #000;
  font-weight: 900;
  display: block;
}

.welcome-banner {
  margin-top: 15px;
}

.welcome-banner h2 {
  margin-bottom: 8px;
}

.welcome-banner .main-content {
  font-size: 15px;
  color: #424242;
}

.btn-danger-color {
  background-color: Red;
}

.btn-green-color {
  background-color: green;
}

.card-body {
  padding: 20px;
  border-bottom: 1px solid #efefef;
}

.card-body h3 {
  font-size: 18px;
  font-weight: 900;
  color: #0e8444;
  text-shadow: 1px 0px #f4df22;
}

.card-body .add-list {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 5px;
  margin-bottom: 16px;
}

.star-rating {
  display: flex;
  align-items: center;
  gap: 2px;
}

.add-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.add-list li p {
  margin-bottom: 0px;
  font-size: 14px;
  /* color: #888888; */
  /* font-weight: 400; */
  font-weight: bold;
}
.add-list li span {
  margin-bottom: 0px;
  font-size: 14px;
  /* color: #888888; */
  font-weight: 400;
  /* font-weight: bold; */
}

.color-green {
  font-size: 14px;
  color: #0e8444;
  text-decoration: underline;
  font-size: 14px;
  color: #0e8444;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: #5ccc8f;
}

.card-body .main-content {
  line-height: 24px;
  font-weight: 400;
}

#dots {
  display: none;
}

.card-head .detail-btn-home {
  border-radius: 50px;
  background-color: #f4df22;
  color: #0e8444;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 23px;
}

.card-head .detail-btns {
  border-radius: 50px;
  background-color: #f4df22;
  color: #0e8444;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 23px;
}

.card-head .detail-btn-home:hover {
  background-color: #0e8444;
  color: #fff;
}

.search-btn {
  display: none;
}

.feat-card .card-body h3 {
  width: calc(100% - 100px);
}
