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

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

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

.security-sec {
    padding-block: 4rem;
    position: relative;
}

#sylink-mobile-security {
    padding-block: 0rem;
}

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

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

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

.added-topic {
    font-size: 34px;
    font-weight: 400;
    color: #9DD913;
}

.usb-image {
    width: 350px;
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

.step-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.step-screenshot {
    border-radius: 20px;
}

.step-wrap figcaption {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}

.bullet-point {
    margin-right: 15px;
}

.safekey-function-lists {
    line-height: 32px;
    font-weight: 600;
    width: 100%;
}

@media screen and (min-width: 990px) {
    .safekey-function {
        margin-left: 200px;
    }

}

.reason-list-explain {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
}

.reason-list-explain .number-list {
    font-size: 20px;
    font-weight: 600;
    margin-right: 20px;
    color: #4f4f4f;
    text-shadow: 1px 1px 1px #b9b9b9;
    vertical-align: middle;
}

.reason-list-explain h4 {
    color: #9DD913;
    font-weight: 600;
}

@media screen and (min-width: 990px) {

    .reason-list-explain {
        display: grid;
        grid-template-columns: 60px 1fr;
        grid-template-rows: auto;
        margin-left: 100px;
    }

    .reason-list-explain .number-list {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
        font-size: 32px;
        align-self: center;
    }

    .reason-list-explain h4 {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .reason-list-explain p {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .reson-lists {
        margin-left: 100px;
    }
}


.safekey-datasheet-lists {
    line-height: 32px;
    font-weight: 600;
    width: 100%;
}

@media screen and (min-width: 990px) {
    .safekey-datasheet {
        margin-left: 200px;
    }
}