.about_container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    line-height: 1.9;
    color: #333;
    font-family: 'Noto Sans Tamil', sans-serif;
}

.about_container h2 {
    color: #b30000;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 1.5em;
}

.about_container p {
    margin-bottom: 18px;
}

.about_container > .p1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.about_end {
    font-weight: bold;
    font-size: 1.1em;
    color: #006600;
    text-align: center;
    margin-top: 30px;
}