/* About page styles */

.about-page-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding: 80px 20px 20px;
}

.about-content-container {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    max-width: 800px;
    width: 100%;
}

.about-page h1, .about-page h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.about-page p {
    text-align: justify;
    margin-bottom: 15px;
    line-height: 1.6;
}

.video-container {
    text-align: center;
    margin: 20px 0;
}

.video-container iframe {
    max-width: 100%;
    height: 380px;
}

.about-page section {
    margin-bottom: 30px;
}
