﻿.page-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: url('/images/members/refer_multi_land_2023_01.jpg') center / cover no-repeat;
    /*box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.45);*/
}

.page {
    position: relative;
    padding-bottom: 40px;
    background-color: #e9f2ff;
}

.page-container {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 100px;
}

.page-card {
    width: 100%;
    max-width: 900px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    background-color: #e9f2ff;
}

@media (max-width: 768px) {
    .page-container {
        padding-top: 300px;
    }

    .page-hero {
        height: 300px;
    }
}
