.after-headline-text{
    text-align: center;
    padding: 5vw;
}

.after-headline-text p{
    font-size: clamp(16px, 3vw, 36px);
    font-family: 'DM Sans', DM Sans;
    color: #849CB2;
    font-style: normal;
}

.Wedding-couple-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Petit Formal Script", cursive;
    color: #849CB2;
    font-size: clamp(18px, 4vw, 50px);
    text-align: center;
    font-weight: 500;
    font-style: normal;
    /* FIX: Reduce the padding, especially the bottom padding (margin for spacing) */
    padding: clamp(3rem, 4vw, 5rem) 6vw 0; /* Top | Horizontal | Bottom=0 */
    margin-bottom: clamp(1rem, 2vw, 2.5rem); /* Use margin for controlled bottom gap */
}

.Wedding-couple-text p{
    margin: 0;
    line-height: 1.7;
}