.custom-card-item {
  height: 100%;
  min-height: 220px;
  background-color: #6d8d63;
  border-radius: 40px;
  padding: 48px;
  position: relative;
}
.custom-card-item .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  color: white;
}
.custom-card-item img {
  height: 80px;
  width: 100%;
  margin-bottom: 48px;
}
.custom-card-item h3 {
  margin-bottom: 16px;
}
.custom-card-item p {
  margin-top: auto;
  margin-bottom: 0px;
}