.feature-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(249, 115, 22, 0.10);
    color: var(--orange-dark);
    margin-bottom: 18px;
}

.feature-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}