.container {
    flex: 1;
    max-width: 1200px;
    margin: 80px auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #1a7b3b;
}

h2 {
    color: #8dc63f;
    margin-top: 20px;
}

p {
    line-height: 1.6;
    margin: 15px 0;
}

.image-section {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.image-section img {
    max-width: 100%;
    border-radius: 8px;
}