.service {
    margin-bottom: 20px;
}

.service > div {
    height: 100%;
}

#page_container {
    background-image: url("/images/dg_leaves.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#inner_wrapper {
    backdrop-filter: blur(15px) saturate(100%) contrast(100%);
}