.about {
    max-width:1040px; margin:24px auto; padding:32px;
    border:1px solid var(--orange); border-radius:24px; background:#fff;
    box-shadow:0 14px 36px rgba(2,31,61,.06); text-align:center;
}
.about h2 {
    margin:0 0 20px; color:var(--navy); font-size:34px;
    font-weight:900; line-height:1.15;
}
.about p {
    max-width:820px; margin:0 auto 13px; color:#435267;
    font-size:15px; line-height:1.65;
}
.about p:first-of-type {
    color:var(--navy-deep); font-size:16px; font-weight:800; line-height:1.6;
}
.about p:last-child { margin-bottom:0; }
@media (max-width:760px) {
    .about { margin:20px 0; padding:24px 14px; border-radius:18px; }
    .about h2 { font-size:30px; }
    .about p,.about p:first-of-type { font-size:14px; }
}
