.about-copy-panel {
    padding: 1.4rem 1.45rem;
    border-radius: 1.3rem;
    color: #4b5563;
    line-height: 1.8;
}

.about-copy-panel p:last-child {
    margin-bottom: 0;
}

.about-stat-card {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1.2rem;
    border-radius: 1.2rem;
}

.about-stat-icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(21, 40, 74, 0.1) 0%, rgba(45, 106, 192, 0.16) 100%);
    color: #214b87;
    font-size: 1.15rem;
}

.about-stat-text {
    color: #6b7280;
    font-size: 0.92rem;
    line-height: 1.55;
}

@media (max-width: 575.98px) {
    .about-copy-panel {
        padding: 1rem 1rem;
        border-radius: 1.05rem;
        line-height: 1.68;
    }

    .about-stat-card {
        padding: 1rem;
        border-radius: 1rem;
        gap: 0.7rem;
    }

    .about-stat-icon {
        width: 2.65rem;
        height: 2.65rem;
        font-size: 1rem;
    }

    .about-stat-card .rc-card-title {
        font-size: 0.95rem;
    }

    .about-stat-text {
        font-size: 0.87rem;
    }
}