/* General Body Styles - These might be overridden by Tailwind, but kept for general fallback */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-image: url('../assets/images/about-back1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #333;
}

.container {
    width: 80%;
    overflow: hidden;
    padding: 20px 0;
}

/* Specific styles for about page elements not covered by Tailwind */
.video-section {
    margin-bottom: 40px;
    text-align: center;
}

.video-section video {
    max-width: 100%;
    height: auto;
}

.video-caption {
    font-size: 0.9em;
    color: #777;
    margin-top: 10px;
}

.who-we-are-ech, .what-we-do-ech {
    margin-bottom: 40px;
}
