#latest-videos-wrapper .container .card a span {
  font-size: 20px;
  line-height: 40px;
  font-family: var(--abril);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
}

#latest-videos-wrapper .container .card p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: var(--white);
}

#all-programs-wrapper .card {
  border: 0;
  background-color: none;
  margin-bottom: 20px;
}

#all-programs-wrapper .card .card-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 300px;
}

#all-programs-wrapper .card .card-image a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000061;
  background: #020024;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, #000000a3), color-stop(35%, transparent), to(transparent));
  background: linear-gradient(0deg, #000000a3 6%, transparent 35%, transparent 100%);
}

#all-programs-wrapper .card .card-image a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 24px;
  font-family: var(--abril);
  font-weight: 600;
}
/*# sourceMappingURL=page.css.map */