.section-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #d1731a;
    margin-bottom: 10px;
}

.section-content {
    font-size: 16px;
    line-height: 1.6;
    color: #0b0000;
    text-align: justify;
}

.section-content img {
    width: 330px;
    height: auto;
    margin: auto; /* Center the image horizontally */
    display: block; /* Ensures the image behaves like a block element */
}
