body {
    font-family: Arial, sans-serif;
    background: #fff;
    margin: 0;
    padding: 0;
}

.risk-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 40px;
    gap: 30px;
    background-color: #fff;
}

.risk-card {
    flex: 1 1 250px;
    max-width: 300px;
    text-align: center;
}

.risk-icon {
    background-color: #666;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.risk-icon img {
    width: 40px;
    height: 40px;
}

.risk-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
}

.risk-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
