.page-content-wrapper {
    background: url("/files/background-site.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    padding: 60px 0;
}