.about-us {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #e8ffe8; /* Light green background for the section */
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.about-us h1, .about-us h2 {
    color: #006400; /* Dark green */
    font-size: 2.5em;
    margin-bottom: 20px;
}

.about-us p {
    color: #333;
    font-size: 1.2em;
    line-height: 1.8;
    margin-bottom: 15px;
}

.map-container {
    margin-top: 20px;
    border: 2px solid #006400;
    border-radius: 10px;
    overflow: hidden;
}
