.card.card--service {
  --card-border:0px solid transparent;
  position: relative;
  --custom-color:#fff;
}
.card.card--service figure {
  display: flex;
  justify-content: center;
}
.card.card--service a {
  display: none;
}
.card.card--service:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  content: "";
  background-image: linear-gradient(181.46488613deg, #00000000 0%, #000000ff 100%);
  opacity: 0.4;
}
.card.card--service .card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.card.card--service .card__content .card__description {
  display: none;
}
.card.card--service .card__content .card__read-more {
  margin-top: auto;
  margin-bottom: 0px;
}
.card.card--service .card__content a {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
