.card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #1f3847, #326e92);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon i {
    font-size: 24px;
    color: white;
}

.vision-points .point-item,
.mission-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.vision-points .point-item i,
.mission-list li i {
    color: #1f3847;
    margin-right: 15px;
    font-size: 1.1rem;
}

.mission-list {
    list-style: none;
    padding: 0;
}

.value-item {
    padding: 20px;
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #1f3847, #326e92);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.value-icon i {
    font-size: 32px;
    color: white;
}

.value-item h4 {
    color: #1f3847;
    margin-bottom: 15px;
}

.value-item p {
    color: #1f3847;
    font-size: 0.95rem;
    line-height: 1.6;
}