/* #region Banner - Image - With - Background  */
.fypf-banner-image-with-background::before,
.fypf-banner-image-with-background-r::before{
  background: var(--secondary-coral-700-ff5959) 0% 0% no-repeat padding-box;
}
/* #endregion Banner - Image - With - Background  */


/* #region Components - Title - Description */
.fypf-title-description::after, .fypf-title-description-column::after {
    background:linear-gradient(90deg, var(--primary-700-753bbd) 0%, var(--secondary-coral-700-ff5959) 49%, #F6F6F600 100%);
}

@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;
  }
}


/* #region Components - Title - Description */




/* #region Banner - Hero - Tertiary */
.fypf-hero-tertiary::after{
  background: transparent linear-gradient(270deg, var(--primary-700-753bbd) 0%, var(--secondary-coral-700-ff5959) 49%, var(--backgrounds-f6f6f6) 100%) 0% 0% no-repeat padding-box;
  /* background: transparent linear-gradient(184deg, var(--primary-700-753bbd) 0%,  50%,  90%) 0% 0% no-repeat padding-box; */
}

/* #endregion Banner - Hero - Tertiary */



/* #region Banner - Text - Primary  */
.fypf-banner-text-primary-left::after{
      background-image: url("../images/cdn/FYPF DS/banner-text-primary-r.svg");
}

@media (max-width: 768px) {
  .fypf-banner-text-primary-left::after{
      background-image: url("../images/cdn/FYPF DS/banner-text-primary-coral 1.svg");
}
}


/* #endregion Banner - Text - Primary  */


/* #region FOOTER */
.main-footer:not(.main-footer .main-footer) {
    margin-top: 5px;
}
/* #endregion FOOTER */