.p-lp-page-title {
    background-position: center center;
    height: 45vw;
}
@media (min-width: 767px) {
    .p-lp-page-title {
        height: 300px;
    }
}

.p-lp-entry-btn {
    /* background: #fff; */
    /* border-top: 1px solid #f4f4ed; */
    bottom: 0;
    padding: 12px 0;
    position: sticky;
    z-index: 70;
}
@media (min-width: 767px) {
    .p-lp-entry-btn {
        background: #fff;
    }
}