﻿.about-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 20px;
    line-height: 1.7;
}

.section {
    margin-bottom: 50px;
}

.section-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #e91e63;
    text-align: center;
}

.section-text {
    font-size: 18px;
    color: #555;
    text-align: center;
    max-width: 750px;
    margin: auto;
}

.timeline-item {
    margin-bottom: 25px;
    padding: 15px 20px;
    background: #fafafa;
    border-radius: 8px;
    border-left: 4px solid #e91e63;
}

    .timeline-item h3 {
        margin-bottom: 5px;
        font-size: 20px;
        font-weight: 600;
    }

.company {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.info-list p {
    background: #fafafa;
    padding: 12px 15px;
    border-left: 4px solid #e91e63;
    border-radius: 6px;
    margin-bottom: 10px;
}

.training-item {
    margin-bottom: 20px;
    padding: 15px;
    background: #fafafa;
    border-left: 4px solid #e91e63;
    border-radius: 6px;
}

    .training-item h3 {
        margin-bottom: 5px;
    }

.small-text {
    font-size: 15px;
    color: #666;
}

@@media (max-width: 768px) {
    .section-title {
        font-size: 26px;
    }

    .section-text, .timeline-item, .info-list p {
        font-size: 16px;
    }
}


