.sectionheader .step-title h2::after {
    content: "Please note that some orders can take up to three business days to fulfill.\AYou will receive an email notification once your order has been dispatched.";
    display: block;
    white-space: pre-wrap;  /* allows the \A line break to work */
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #555;
}
