.feature-grid-3ea38d45 {
    display: grid;
    gap: 24px;
}

.feature-card-3ea38d45 {
    background-color: #ffffff;
    border: 1px solid #eef0f3;
    border-radius: 12px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: box-shadow 0.3s ease;
}

.feature-card-3ea38d45:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.feature-icon-wrapper-3ea38d45 {
    background-color: #0b499e;
    border-radius: 12px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.feature-icon-wrapper-3ea38d45 i,
.feature-icon-wrapper-3ea38d45 svg {
    color: #ffffff;
    fill: #ffffff;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.feature-title-3ea38d45 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1e23;
    margin: 0 0 12px 0;
}

.feature-desc-3ea38d45 {
    font-size: 14px;
    line-height: 1.6;
    color: #5c6773;
    margin: 0;
}
