:root{
    --secondary-color: var(--secondary-pink-500-ecacda);
}

/* #region Components - Title - Description  */
@media (max-width: 768px) {
.fypf-title-description .info-block__content p::after{
content: '';
    position: absolute;
    /* left: var(--border-view-distance); */
    /* width: 80%; */
    /* top: -40px; */
    bottom: -30px;
    height: 6px;
       background: linear-gradient(270deg, var(--primary-700-753bbd)  0%, var(--secondary-pink-500-ecacda) 49%, #F6F6F600 100%) ;
    border-radius: 5px;
    width: 90%;
            right: 0px;
  }
}
/* #endregion Components - Title - Description   */


/* #region Components - Card - Link  */
.fypf-module-card-link.card-list .generic-card__links,
.fypf-module-card-link .generic-card__links{
    background: transparent linear-gradient(90deg, #753BBD 0%, var(--secondary-color) 100%) 0% 0% no-repeat padding-box;
}
/* #endregion Components - Card - Link  */