#contact-us-section {
    color: #000;
    padding: 20px;
    text-align: center;
}

#contact-us-section h2 {
    margin-bottom: 15px;
}

#contact-us-section p {
    font-size: 16px; /* Adjust size as needed */
    margin-bottom: 10px; /* Space out the contact lines */
}

.contact-method {
    display: flex;
    flex-direction: column; /* Stack vertically on small screens */
    align-items: center; /* Center align the items */
    margin: 10px 0;
}

.contact-method strong {
    margin-bottom: 5px;
}

.contact-method a {
    color: #000;
}

