.about-content {
    max-width: 700px;
    margin: 40px auto;
    padding: 2.5rem 2rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

.about-content h1 {
    font-size: 2.4rem;
    color: #b38b6d;
    margin-bottom: 1.2rem;
    text-align: center;
    letter-spacing: 1px;
}

.about-content p {
    font-size: 1.15rem;
    color: #444;
    margin-bottom: 1.1rem;
    line-height: 1.7;
    text-align: center;
}

.award-badge {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

    .award-badge img {
        max-width: 100%;
        height: auto;
        display: block;
    }

@media (max-width: 600px) {
    .about-content {
        padding: 1.2rem 0.5rem;
    }

    .about-content h1 {
        font-size: 1.5rem;
    }
}
