.fypf-cards-img-background .generic-card:nth-child(2) .generic-card__links {
  background: transparent linear-gradient(90deg, var(--primary-900-3b1e5c) 0%, var(--secondary-lightblue-700-00c2ff) 100%) 0% 0% no-repeat padding-box

}

.fypf-cards-img-background .generic-card:nth-child(3) .generic-card__links {
background: transparent linear-gradient(90deg, var(--primary-900-3b1e5c) 0%, var(--secondary-pink-500-ecacda) 100%) 0% 0% no-repeat padding-box;
}

/* #region Module - text */

.fypf-text .info-block-title-description{
  display: flex;
  justify-content: center;
      margin-bottom: 30px;
}

.fypf-text .info-block__title {
  text-align: center;
  font: var(--title-h3);
  letter-spacing: 0px;
  width: 60%;
}


@media (max-width: 768px) {


.fypf-text .info-block__title {
width: 100%;
}
}
/* #endregion Module - text */




/* #region Module - Footer */

.main-footer:not(.main-footer .main-footer) {
    margin-top: 0px;
}
/* #endregion Module - Footer */