.wcu-container-3022b9dd {
    text-align: center;
    padding: 20px;
}
.wcu-title {
    margin-bottom: 40px;
}
.wcu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}
.wcu-item {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s;
}
.wcu-item:hover {
    transform: translateY(-5px);
}
.wcu-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #e8a020;
}
.wcu-icon svg {
    width: 40px;
    height: 40px;
    fill: #e8a020;
}
.wcu-text h3 {
    margin-bottom: 10px;
    font-size: 20px;
}
.wcu-text p {
    color: #666;
    line-height: 1.6;
}