.ht--fisa-discover .w-tabs-section-content-h.i-cf {
  max-width: 100% !important;
}
.ht--fisa-discover span.w-tabs-item-title {
  padding-inline: 48px;
}
.ht--fisa-discover button.w-tabs-item {
  margin: 0 !important;
}
.ht--fisa-discover .w-tabs.style_simple2 > .w-tabs-list .w-tabs-item:after {
  bottom: -25px !important;
}
.ht--fisa-discover .w-tabs-list-h {
  padding-bottom: 24px;
}
.ht--fisa-discover .w-tabs-list.items_4.align_none {
  border-bottom: 1px solid #4c4c4c;
}
.ht--fisa-discover .w-tabs-list-h {
  display: flex;
  justify-content: space-around;
}
/* _____________ card mostre ________________ */

.ht--gradient-overlay-hover {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 100%;
  position: absolute;
  height: 100vh;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}

article:hover .ht--gradient-overlay-hover {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  transition: 0.3s;
  opacity: 0.4;
}
