#pr-contact {
    margin-bottom: var(--spacing-6);
}

#phone y-heading[variant="h4"],
#mail y-heading[variant="h4"],
#pr-contact y-heading[variant="h4"] {
    margin-bottom: var(--spacing-3);
}

#phone .Paragraph,
#mail .Paragraph,
#pr-contact .Paragraph {
    margin: var(--spacing-3) 0;
}

#phone .Paragraph:first-child,
#mail .Paragraph:first-child,
#pr-contact .Paragraph:first-child {
    margin: 0 0 var(--spacing-3);
}

#phone .Paragraph:last-child,
#mail .Paragraph:last-child,
#pr-contact .Paragraph:last-child {
    margin-bottom: 0;
}

.inquiry-notes {
    margin-top: var(--spacing-4);
}

.customer-helpdesk-contact-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: var(--spacing-2);
    font: var(--font-shorthand-large-1-normal);
}

.customer-helpdesk-contact-list.customer-helpdesk-contact-list--align-left {
    align-items: flex-start;
}

.customer-helpdesk-contact-list.customer-helpdesk-contact-list--font-base {
    font: var(--font-shorthand-base-normal);
}

.customer-helpdesk-contact-item {
    line-height: 1.65;
}

.customer-helpdesk-contact-item>span {
    font-size: var(--font-size-large-4);
}

#phone .customer-helpdesk y-heading[variant="h3"] {
    margin: 0;
}

#phone .customer-helpdesk y-heading[variant="h4"] {
    margin: var(--spacing-4) 0 var(--spacing-2);
}

#phone .customer-helpdesk y-heading[variant="h5"] {
    margin: var(--spacing-4) 0 var(--spacing-1);
}

#phone .customer-helpdesk section y-heading[variant="h5"] {
    margin: 0;
}

#phone .customer-helpdesk y-heading[variant="h5"]+.Paragraph {
    margin: var(--spacing-1) 0 0;
}
