.ild-c414552e-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.ild-c414552e-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.ild-c414552e-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f6f3fa;
    color: #444;
}
.ild-c414552e-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ild-c414552e-title {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #2b3954;
}
.ild-c414552e-desc {
    margin: 0;
    font-size: 15px;
    color: #6a6e78;
    line-height: 1.6;
}