.contactUs-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.modern-contact-table {
    margin: 40px 0;
    border-collapse: collapse;
    font-family: "DM Sans", sans-serif;
}

.modern-contact-table thead th {
    background-color: #f5f5f5; 
    color: #333;
    text-align: left;
    padding: 15px;
    font-weight: bold;
    border-bottom: 2px solid #eeeeee;
}

.modern-contact-table td {
    padding: 15px;
    color: #555;
    font-size: 18px;
    border-bottom: 1px solid #f1eeee; 
}

.modern-contact-table .label {
    font-weight: 600;
    color: #333;
    width: 150px; 
}

.modern-contact-table tbody tr:hover {
    background-color: #fafafa;
}
.contactUsMap {
    width: 1020px;
    height: 747px;
    margin: 107px 130px;
}

.contactUsMap img {
    width: 100%;
    height: 100%;
}