﻿.custom-text-bold {
    font-weight: bold; /* Makes the text bold */
    color: #333333; /* Dark color for the text */
}



/* Add this to override if needed */
.custom-text-normal {
    text-transform: none !important;
}

.location-address {
    line-height: 1.6; /* Adjust line height for better spacing */
}

.contact-info {
    display: block; /* Ensures each contact info item appears on a new line */
    margin-top: 10px; /* Space between different contact info items */
}

.contact-numbers span {
    display: block; /* Ensure each number appears on a new line */
}

