.about-wrapper{
    max-width:900px;
    margin:auto;
    padding:60px 20px;
    color:var(--post-text);
}

/* HERO */
.about-hero{
    text-align:center;
    margin-bottom:70px;
}

.about-hero h1{
    font-size:2.4rem;
    margin-bottom:15px;
}

.about-hero p{
    font-size:1.05rem;
    opacity:.85;
    line-height:1.7;
}

/* SECTIONS */
.about-section{
    margin-bottom:60px;
}

.about-section h2{
    font-size:1.4rem;
    margin-bottom:15px;
    border-left:4px solid var(--post-border);
    padding-left:14px;
}

.about-section p{
    line-height:1.8;
    opacity:.9;
}

/* SKILLS */
.skill-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:20px;
}

.skill-list span{
    padding:8px 14px;
    border-radius:999px;
    background:var(--post-bg);
    border:1px solid rgba(255,255,255,.15);
    font-size:.9rem;
}
