.about-section {
    padding: 100px 0;
    background: linear-gradient(rgba(15, 23, 42, 0.85), rgba(15, 23, 42, 0.85)), url('../../public/image/tt.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-label {
    color: #ffc107;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

.about-section h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 50px;
    color: #ffffff;
}

.about-content {
    background: transparent;
    padding: 20px;
    border: none;
    line-height: 1.8;
    font-size: 1.1rem;
    color: #ffffff;
    text-align: justify;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
}

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

.about-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .about-section {
        padding: 60px 0;
    }
    
    .about-section h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    
    .about-content {
        padding: 0 5px;
        font-size: 0.95rem;
        text-align: left !important;
        word-spacing: normal !important;
        letter-spacing: normal !important;
        line-height: 1.7 !important;
        -webkit-hyphens: none;
        hyphens: none;
        max-width: 100%;
        margin: 0 auto;
    }

    .about-content p {
        text-align: left !important;
        word-spacing: normal !important;
        letter-spacing: normal !important;
        line-height: 1.7 !important;
        margin-bottom: 20px;
    }

    .about-container {
        padding: 0 10px;
    }
}
