.landingSecurity {

    display: flex;
    flex-direction: row;
    justify-content: center;
    /* padding-top: 6rem; */
    box-sizing: border-box;
    overflow: visible;
    width: 100vw;
    left: 0;
    top: 0;
    position: relative;
    background: #191E38;
    height: 42.5rem;

}
.landingSecurity .gradient{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(213deg, rgba(20, 37, 55, 0.67) 21.58%, rgba(20, 37, 55, 0.80) 75.21%);
    z-index: 2;
    pointer-events: none;

}
.landingSecurity .videoLanding{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    
}
.landingSecurity .center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    align-items: center;
    gap: 10rem;
    z-index: 3;
    position: relative;
}

.landingSecurity .center .text{
    width: 80%;
    display: flex;
    visibility: hidden;
}
.landingSecurity h2 span {
    color: var(--accent-500, #05F29B);

}
.landingSecurity h2 {
    color: var(--primary-50, #EDEFF7);
    text-align: center;

}

.landingSecurity .center .title {
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    z-index: 4;
}






@media only screen and (max-width: 900px) {
    .landingSecurity .videoLanding {
        width: 100%;
        height: 100%;
        object-fit: cover;
        
    }

    

    .landingSecurity {
        width: 100%;
        height: auto;
        overflow: visible;
        flex-wrap: wrap;
        justify-content: center;
        justify-items: center;
        max-height: unset;
        padding-top: 1rem;
        position: relative;
        z-index: 1;
        height: 45.5rem;

    }

    .landingSecurity .center {
        width: 100%;
        height: auto;
        gap: 2.5rem;
        padding-bottom: 2.5rem;
        flex-direction: column;
        position: relative;
        z-index: 3;
        padding-top: 2.5rem;
    }
    .landingSecurity .center .bottomContent .rightContent ul li {
        font-size: 14px;
        font-weight: 500;
    }
    .landingSecurity h2 {
        font-family: 'Space Grotesk';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 150%;
        width: 100%;
        max-width: none;
    }

    .landingSecurity #desktop.leftContent {
        display: none;

    }

    .landingSecurity .center #imgMobile {
        display: flex;
        width: 50%;

        top: 78%;

        right: 24px;
        position: absolute;
        z-index: 999;
        max-width: 230px;
        visibility: hidden;

    }
    .landingSecurity .gradient{
        background: linear-gradient(146deg, rgba(20, 37, 55, 0.00) 13.52%, rgba(20, 37, 55, 0.70) 32.8%);
       

    }
    

  

  


}