.co_founder_card {
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
}

.co_founder_card .heading {
  color: #09558f;
  font-size: 19px;

  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.co_founder_card .light-t {
  font-weight: 600;
}
.co_founder_card .co_users {
  display: flex;
  justify-content: space-between;
  color: #6e6e6e;
  font-size: 12px;
  align-items: center;
}
.co_founder_card .co_users .span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

  overflow: hidden;
}
.co_founder_card .co_users .bold {
  font-size: 14px;
}
.co_founder_card .co_amount {
  color: #299e00;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}
.co_founder_card .price-wrapper {
  text-align: center;
}
.co_founder_card .total {
  color: #299e00;
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

  overflow: hidden;
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .co_founder_card .heading {
    font-size: 16px;
  }
  .co_founder_card .co_amount {
    font-size: 18px;
    margin-top: 5px;
  }
  .co_founder_card .total {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
}
@media (min-width: 576px) and (max-width: 767.98px) {
}
@media (min-width: 0px) and (max-width: 575.98px) {
}
