.custom-card img {
  max-width: 30px;
  margin-top: 5px;
}
.custom-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 2rem 1rem;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-card ul {
  margin-block: 0;
  list-style: disc;
}
.custom-card ul li {
  margin-left: 1rem;
}
