.ypfcom__panels-cards-number .generic-card:nth-child(5) .generic-card__content {
  display: grid;
  grid-template-columns: repeat(2, auto);
}

.card-list.ypfcom__panels-cards-number
  .generic-card:nth-child(5)
  .generic-card__content
  p:nth-child(1),
.ypfcom__panels-cards-number
  .generic-card:nth-child(5)
  .generic-card__content
  p,
.card-list.ypfcom__panels-cards-number
  .generic-card:nth-child(6)
  .generic-card__content
  p
  span {
  font: var(--title-h5);
  font-family: var(--font-din-bold);
  color: var(--Grey-Scale-900);
  letter-spacing: -1px;
}
.content-editor.ypfcom__panels-text-paragraph h2 {
  font-size: 32px;
  line-height: 34px;
  padding-bottom: 20px;
}

.ypfcom__panels-banner-video .video-player {
  width: var(--columns-width-6);
  min-width: var(--columns-width-6);
}
.ypfcom__panels-banner-video .info-block.ypfcom__modules-text-block {
  width: auto;
  min-width: auto;
}
@media (min-width: 1200px) {
  .banner.ypfcom__panels-banner-image-with-background .generic-image__image,
  .ypfcom__panels-banner-video .image-container .generic-image__image {
    height: 500px;
  }
}

@media (max-width: 1200px) {
  .card-list.ypfcom__panels-cards-number
    .generic-card:nth-child(5)
    .generic-card__content
    p:nth-child(1),
  .ypfcom__panels-cards-number
    .generic-card:nth-child(5)
    .generic-card__content
    p,
  .card-list.ypfcom__panels-cards-number
    .generic-card:nth-child(6)
    .generic-card__content
    p
    span {
    font: var(--title-h6);
  }
  .ypfcom__panels-banner-video {
    flex-direction: column !important;
  }
}

@media (max-width: 768px) {
  .card-list.ypfcom__panels-cards-number
    .generic-card:nth-child(5)
    .generic-card__content
    p:nth-child(1),
  .ypfcom__panels-cards-number
    .generic-card:nth-child(5)
    .generic-card__content
    p,
  .card-list.ypfcom__panels-cards-number
    .generic-card:nth-child(6)
    .generic-card__content
    p
    span {
    font: var(--text-body-1-bold);
  }
}
