.layout-2024 h1 {
    color: #000;
    font-family: Inter;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.layout-2024 h2 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.wrap-form-summary-2024 .form-summary h1 {
    margin-top: 40px;
}

.layout-2024 .form-summary {
    border:none;
    padding: 0;
}

.purpleBox {
    width: 100%;
    padding: 18px;
    gap: 24px;
    border-radius: 8px;
    border: 1px solid var(--Primary-200, #D8D5FD);
    background: var(--Primary-050, #F5F4FF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    display: flex;
}

.purpleBox div {
    display: flex;
    flex-direction: column;
    margin-left:0px;
}

.purpleBox h2 {
    color: var(--Mono-900, #111827);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 6px;
}

.purpleBox p {
    color: var(--Mono-900, #111827);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.discountPackDisclaimer {
    color: var(--Mono-900, #111827);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.discountPackHighlighter {
    font-size: 18px;
    color: var(--Primary);
}

