.about.prediction {
    background: radial-gradient(circle at top, #0b1220, #070b14);
    border: 1px solid #1f2937;
    color: #fff;
    padding: 40px;
    border-radius: 14px;
    padding: 20px;
    margin-top: 30px;
}

.about .section-header h1 {
    text-align: center;
    font-weight: 600;
}

.about .section-header h2 {
    font-size: 28px;
    text-align: center;
}

.about .section-header h3 {
    font-size: 22px;
    color: #00ff5e;
}

.about .section-header p,
ol,
ul,
li {
    font-size: 18px;
}

@media (max-width: 768px) {
    .about.prediction {
        padding: 16px;
    }

    .about .section-header h1 {
        font-size: 26px;
    }

    .about .section-header h2 {
        font-size: 22px;
    }

    .about .section-header h3 {
        font-size: 18px;
    }

    .about .section-header p,
    ol,
    ul,
    li {
        font-size: 16px;
    }
}