/* Component: Contact Note */
.contact-note { background: #fff; padding: 0 0 48px; }
.contact-note__box {
    background: var(--purple-section);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}
.contact-note__text { font-size: 14.1px; color: #4a4a62; }
.contact-note__text a {
    color: var(--purple-dark);
    font-weight: 600;
}
.contact-note__text a:hover { text-decoration: underline; }
