.security-bg .security-left-vertical-dashed-line {
    position: absolute;
    top: -100px;
    left: 100px;
    width: 32px;
    height: 100%;
    z-index: -2;
}

.visualiser-left-hexagons {
    position: absolute;
    top: -310px;
    left: 0;
    height: 800px;
    z-index: -1;
}

.visualiser-left-hexagons img {
    height: 120%;
}

.polymorphe-left-side-shape {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.polymorphe-left-side-shape img {
    height: 120%;
}

.security-bg .security-right-side-hexagon {
    position: absolute;
    width: 100%;
    height: 70%;
    top: -30%;
    right: 0;
    z-index: -1;
    display: flex;
    justify-content: end;
}