.about-site { 
    color: #2c3e50; 
    font-size: 42px; 
    font-weight: 800; 
    text-align: center;
    margin: 0 auto 50px auto; 
    padding-bottom: 20px;
    border-bottom: 4px solid #4CAF50; 
    max-width: fit-content;
    letter-spacing: 0.5px; 
}

.about-content {
    background-color: #ffffff;
    padding: 40px; 
    border-radius: 15px; 
    margin-top: 0; 
    margin-bottom: 60px;
    font-size: 17px; 
    line-height: 1.7; 
    color: #333;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1); 
    text-align: justify; 
}

.about-content .cheats-bold {
    color: #4CAF50; 
    font-weight: 600;
}

.about-content h3 {
    font-size: 26px; 
    font-weight: 700;
    color: #2c3e50; 
    margin-top: 30px; 
    margin-bottom: 20px; 
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0; 
    text-align: left; 
}

.about-content p {
    margin-bottom: 20px; 
}

.about-content ul {
    list-style-type: none; 
    margin-left: 0; 
    padding-left: 0; 
    margin-bottom: 25px;
    text-align: left; 
}

.about-content ul li {
    margin-bottom: 15px; 
    padding-left: 30px; 
    position: relative; 
    font-size: 16px;
}

.about-content ul li::before {
    content: "✔"; 
    color: #4CAF50; 
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 1px; 
}

.about-content ul li strong {
    font-weight: 600; 
    color: #333; 
}