/* Add specific styling for About Us page here */

.about-us {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.about-us h1 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.about-us p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px; /* Add spacing between paragraphs */
}

.location {
    margin-top: 30px;
}

.location h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.location p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.location iframe {
    width: 100%;
    height: 450px;
    border: 0;
}
