.about-content-wrap {
    padding: 70px 0 20px;
}

.about-content-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
    padding: 35px;
}

.about-content-card .section-title {
    font-size: 32px;
    color: #0f172a;
    margin-bottom: 14px;
}

.about-content-card .section-desc {
    color: #64748b;
    margin-bottom: 22px;
}

.about-content-body {
    color: #334155;
    line-height: 1.85;
}

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

@media (max-width: 991px) {
    .about-content-wrap {
        padding: 55px 0 10px;
    }
}

@media (max-width: 767px) {
    .about-content-card {
        padding: 24px 18px;
    }

    .about-content-card .section-title {
        font-size: 26px;
    }
}
