.card-list.ypfcom__panels-cards-text-1 .card-list__container .generic-card:last-of-type {
    flex-basis: 100% !important;
}

.banner.ypfcom__panels-banner-text-dark {
    background-color: #0451DD !important;
    z-index: 2;
}

.ypfcom__panels-banner-text-dark > .banner__bg-image img.generic-image__image {
  display: block !important;
  height: 100% !important;    
  width: auto !important;     
  max-width: 100% !important;
  object-fit: contain !important; 
}

.ypfcom__panels-banner-text-dark .yl-container,
.ypfcom__panels-banner-text-dark .banner__containe {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
    
    .ypfcom__panels-banner-text-dark > .banner__bg-image {
        display: none;
    }

}