/* About Us Section */
.about-section {
    background-color: var(--primary-background-color);
    max-width: 900px;
    margin: auto;
}

.about-section img {
    max-width: 100%;
    width: 200px;
    border-radius: 10px;
}