.package1-heading {
    margin-bottom: 28px;
    text-align: center;
}

.package1-heading h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #4c1d95;
    line-height: 1.25;
    margin-bottom: 12px;
}

.package1-line {
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #8b5cf6 0%, #c4b5fd 100%);
}