.CommonCard {
  margin: 0.5rem;
  text-align: center;
  border: 1px solid #174035;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  margin-top: 1rem !important;
  min-height: 10.6875rem;
  align-items: center;
  place-content: center center;
  flex-direction: column;
}
.CommonCard.bgw {
  background-color: #fff;
  border: 1px solid #47ee40;
}
.CommonCard.backIcon {
  border: none;
}
.CommonCard .lko {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.CommonCard img {
  width: 50px;
  height: 50px;
  margin-bottom: 1rem;
}
.CommonCard h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5rem;
  font-family: var(--main-font, "Filson Pro");
}
.CommonCard .content {
  max-height: 90px;
  overflow: auto;
}
.CommonCard .content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.CommonCard .content::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.CommonCard .content::-webkit-scrollbar-thumb {
  background-color: #004135;
}
.CommonCard .desc {
  font-size: 0.85rem;
  font-weight: 400;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  padding-right: 5px;
}
.CommonCard .desc::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.CommonCard .desc::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.CommonCard .desc::-webkit-scrollbar-thumb {
  background-color: #004135;
}
.CommonCard .desc ul li {
  list-style: circle;
}
.CommonCard p {
  font-size: 0.85rem;
  font-weight: 400;
  color: #000;
  line-height: 1.2rem;
  font-family: var(--main-font, "Filson Pro");
  margin: 0;
}
