@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

.hero-block li {
    font-size: 20px;
    font-weight: 700;
    background-color: #ffffff;
}

.regular-price {
    text-align: center;
}

.sale-price {
    color: #ffd663;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
}

.rating {
    margin-right: 25px;
    margin-left: 6px;
}

.subheading {
    padding-top: 28px;
    padding-bottom: 21px;
}

.package {
}

p {
    font-size: 22px;
}

footer p {
    font-size: 16px;
}
