.custom-card {
  display: block; 
  height: 100%;
}

.custom-card__image {
  aspect-ratio: 10 / 7;
  object-fit: cover;
  object-position: center;
  height: auto;
  width: 100%;
}

.cc-bottom-box__wrapper {
  padding: 1rem 1.5rem;
}

.custom-card__wrapper {
  height: 100%;
}

.custom-card:hover .custom-card__wrapper {
  background-color: #FED23F !important;
}

.custom-card:hover .custom-card__image {
  filter: grayscale(100%);
}

.custom-card__title {
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.custom-card__title,
.custom-card__description {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.custom-card__description {
  font-size: 1.35rem;
  font-weight: 400;
}