/* #region Banner - Text - Primary */
.fypf-banner-text-primary .banner__title{
  color: var(--titles-292929);
/* font: normal normal bold 46px/50px DIN; */
}
.fypf-banner-text-primary .banner__content p{
  /* font: normal normal normal 18px/28px DIN; */
letter-spacing: 0px;
color: #3B3B3B;
}
/* #endregion Banner - Text - Primary */


/* #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-green-700-00cfb4) 49%, #F6F6F600 100%) ;
    border-radius: 5px;
    width: 90%;
            right: 0px;
  }
}
/* #endregion Components - Title - Description */