:root{
    --secondary-color: var(--secondary-coral-700-ff5959);
}

/* #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-coral-700-ff5959) 49%, #F6F6F600 100%) ;
    border-radius: 5px;
    width: 90%;
            right: 0px;
  }
}
/* #endregion Components - Title - Description */