.content-card {
    border: 1px solid var(--web-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.content-card h2 {
    font-size: 1.6rem;
    margin-top: 1.6rem;
}

.content-card h3 {
    font-size: 1.3rem;
    margin-top: 1.2rem;
}

.content-card ul {
    padding-left: 18px;
}
