.value-icon,
.safety-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto var(--sera-spacing-md);
    position: relative;
}

.value-icon svg,
.safety-icon svg {
    width: 100%;
    height: 100%;
}

.icon-simple {
    fill: none;
    stroke: var(--sera-primary);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.icon-free {
    fill: var(--sera-primary);
    opacity: 0.9;
}

.icon-features {
    fill: none;
    stroke: var(--sera-secondary);
    stroke-width: 2;
}

.icon-love {
    fill: var(--sera-rose-gold);
}

.icon-anonymous,
.icon-encrypted,
.icon-tracking,
.icon-sold,
.icon-delete,
.icon-local {
    fill: none;
    stroke: var(--sera-primary);
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}


section {
    position: relative;
}

section > .container {
    position: relative;
    z-index: 1;
}
