/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* About Page Styles */
.about {
    padding: 60px 20px;
    text-align: center;
}

.about h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
}

.about h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #ff6600;
}

.about p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #666;
}

.about-image {
    text-align: center;
    margin-bottom: 30px;
}

.about-image img {
    max-width: 100%;
}
.about {
    padding: 60px 20px;
    text-align: center;
}

.about h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
}

.about h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #ff6600;
}

.about p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #666;
    line-height: 1.6; /* Adjust line height for better readability */
}

.about-image {
    text-align: center;
    margin-bottom: 30px;
}

.about-image img {
    max-width: 100%;
}