.yp-btn:hover {
  border: 1px solid #FDB827;
}

.yp-hp-parallax .yp-article-single__title {
        color: var(--text-on-img);
        text-align: center;
    }
}

p > :not(strong),
span > :not(strong) {
  font-weight: 500;
}

p > strong,
span > strong {
  font-weight: 600;
}


.yp-row--bigheader .yp-navbar__link, .yp-row--header .yp-navbar__link {
        color: var(--menu-link);
        display: block;
        font-weight: 600;
    }
}