.page-prime-bg {
    position: relative;
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    background-color: #071f31;
    background-image: url(../images/bg/bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.page-prime-bg-overlay-effect {
    position: absolute;
    z-index: -10;
    inset: 0;
    background-color: rgba(21, 16, 3, .7);
}

.properties {
    margin-bottom: 10px;
    padding-bottom: 150px;
}

@media (max-width: 991.98px) {
    .page-prime-bg {
        padding-top: 60px;
        padding-bottom: 60px;
        background-attachment: scroll;
    }

    .properties {
        padding-bottom: 60px;
    }
}

@media (max-width: 575.98px) {
    .page-prime-bg {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}
