﻿.about-section {
    padding: 0 0.5rem;
}

.about-header {
    text-align: center;
    margin-bottom: 40px;
}

    .about-header h2 {
        color: #6821EF;
        margin-bottom: 15px;
    }

    .about-header .lead {
        font-size: 1.2em;
        color: #666;
    }

.about-body {
    margin-bottom: 40px;
    line-height: 1.6;
    color: #333;
}

    .about-body h1,
    .about-body h2,
    .about-body h3,
    .about-body h4,
    .about-body h5,
    .about-body h6 {
        color: #6821EF;
        margin-top: 1.5em;
        margin-bottom: 0.5em;
    }

    .about-body p {
        margin-bottom: 1em;
    }

    .about-body ul,
    .about-body ol {
        margin-bottom: 1em;
        padding-left: 2em;
    }

    .about-body li {
        margin-bottom: 0.5em;
    }

    .about-body a {
        color: #6821EF;
        text-decoration: none;
    }

        .about-body a:hover {
            text-decoration: underline;
        }

.about-features {
    margin-top: 40px;
}

.feature-card {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

    .feature-card:hover {
        transform: translateY(-5px);
    }

    .feature-card i {
        font-size: 2.5em;
        color: #6821EF;
        margin-bottom: 15px;
    }

    .feature-card h3 {
        color: #333;
        margin-bottom: 10px;
    }

    .feature-card p {
        color: #666;
        font-size: 0.9em;
    }
