.about-section {
    padding: 40px 20px;
    background: #f9f9f9;
}

.about-title {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 20px;
    border-bottom: 2px solid #ff0000;
    display: inline-block;
    padding-bottom: 10px;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.our-history, .our-mission {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.history-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 50%;
    height: auto;
}

.history-title, .mission-title {
    font-size: 1.8em;
    color: #ff0000;
    margin-bottom: 10px;
}

.history-text, .mission-text {
    font-size: 1.2em;
    color: #555;
    line-height: 1.6;
    margin: 0 0 10px 0;
}
