.hero {
    height: 90vh;
    background: url('https://images.unsplash.com/photo-1487058792275-0ad4aaf24ca7') center/cover no-repeat;
}

.package-card {
    border-radius: 10px;
    background: #fff;
}

.package-card .price {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
    color: #0d6efd;
}

.contact-box {
    border-radius: 10px;
    background: #fff;
}