.about-section {
    background-color: #f9f9f9;
    padding: 60px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.about-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
    color: #1a1a1a;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.6;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.about-content p {
    margin-bottom: 15px;
    font-size: 18px;
}

.about-content ul {
    padding-left: 20px;
    list-style-type: none;
}

.about-content li {
    margin-bottom: 10px;
    font-size: 17px;
    position: relative;
    padding-left: 28px;
}

.about-content li::before {
    content: "✅";
    position: absolute;
    left: 0;
    color: #4CAF50;
}
