﻿.contact-area, .contact-area:before {
    background: none;
}

p a {
    word-break: break-word; /* Break long words if needed */
    overflow-wrap: anywhere; /* Modern way to allow breaks anywhere */
    white-space: normal; /* Ensure text can wrap */
}