.history-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #f4f4f4, #ffffff);
}

.history-title {
    text-align: right;
    font-size: 42px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.history-content {
    max-width: 900px;
    margin: auto;
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    text-align: justify;
    padding: 1em;
    background: linear-gradient(180deg, #f4f4f4, #ffffff);
    border-radius: 10px;

}

.history-content p {
    margin-bottom: 25px;
}