.about-section {
    padding: 60px 0;
}

.about-section .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-section h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
}

.about-section h3 {
    font-size: 24px;
    color: #333;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 600;
}

.about-section .info-text {
    font-size: 17px;
    line-height: 1.6;
    color: #4b4b4b;
    margin-bottom: 20px;
}

.about-section .info-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.about-section .info-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #444;
}

.about-section .info-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #2e7d32;
    font-weight: bold;
}
