.card-custom {
  overflow: hidden;
  min-height: 320px;
  box-shadow: 0 0 15px rgb(10 10 10 / 3%);
}

.card-title {
  font-size: 18px;
  padding-top: 30px;
  margin-bottom: 5px;
  margin-top: 0px;
  text-decoration: underline !important;
  text-decoration-style: dotted !important;
  color: #058d4e !important;
}


.card-title:hover{
  text-decoration: underline !important;
  color: #058d4e !important;
  font-size: 20px;
  padding-top: 30px;
  margin-bottom: 5px;
  margin-top: 0px;
}

.card-custom-img {
  height: 140px;
  min-height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: inherit;
}

/* First border-left-width setting is a fallback */
.card-custom-img::after {
  position: absolute;
  color: white;
  content: '';
  top: 140px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 40px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 545px;
  border-left-width: calc(575px - 5vw);
  border-top-color: rgb(74 236 138 / 24%);
  border-right-color: rgb(74 236 138 / 24%);
  border-bottom-color: rgb(74 236 138 / 24%);
  border-left-color: inherit;
}

/* .card-custom-avatar img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  position: absolute;
  top: 100px;
  left: 1.25rem;
  width: 100px;
  height: 100px;
} */

.card-body{
  padding: 8px;
  height: auto;
}
