﻿.about-group {
    background: rgba(255, 255, 255, 0.02);
    padding: 2rem;
    margin-bottom: 3rem;
    border-left: 5px solid #3aa9a9;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

    .about-group h2 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
        color: #e2d3a2;
        text-shadow: 0 0 8px rgba(234, 200, 123, 0.3);
    }

    .about-group p {
        font-size: 1.1rem;
        line-height: 1.8;
        color: #d4c7a1;
        margin-bottom: 1.2rem;
    }

.about-section p:last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 768px) {
    .about-section {
        padding: 3rem 1rem;
    }

        .about-section h1 {
            font-size: 2.2rem;
        }

        .about-section h2 {
            font-size: 1.4rem;
        }
}
