﻿.about-page {
    padding: 70px 0;
    background: #fff;
}

.page-title {
    text-align: center;
    margin-bottom: 50px;
}

    .page-title h1 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .page-title p {
        color: #777;
        font-size: 18px;
    }

.about-content {
    max-width: 950px;
    margin: auto;
}

    .about-content p {
        font-size: 17px;
        line-height: 1.9;
        color: #555;
        margin-bottom: 24px;
        text-align: justify;
    }

    .about-content h2 {
        margin-top: 45px;
        margin-bottom: 18px;
        font-size: 30px;
        font-weight: 700;
        color: #222;
    }

        .about-content h2 i {
            color: #f58220;
            margin-right: 10px;
        }
.about-list {
    margin: 35px 0;
}

.about-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 30px;
}

    .about-item i {
        color: #f58220;
        font-size: 22px;
        margin-top: 3px;
        flex-shrink: 0;
    }