.our-stroy-cover{
    margin-block-end: 100px !important;
}
.block-our-story{
    margin: 0 auto;
    padding: 0 5vw;
    margin-block-end: 100px !important;
    box-sizing: border-box;

}

.block-our-story .acf-innerblocks-container{
    width: var(--wp--style--global--content-size);
    margin: 0 auto;
}
/* Our Story Section */
.block-our-story .our-story {
    width: 50vw;
    max-width: 800px;
    margin: 0 auto 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
}


.block-our-story .section-description {
    font-size: 18px;
    line-height: 28px;
    color: white;
    margin-bottom: 20px;
    text-align: center;
}

.block-our-story .read-more {
    font-size: 18px;
    line-height: 30px;

    text-align: center;
    margin-top: 50px;
}

.block-our-story .read-more .arrow {
    color: #d1ff61;
}

/* HumanLens Section */
.block-our-story .our-approch{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.block-our-story .humanlens-text{
    color: #fff;
    width: 568px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.block-our-story .humanlens-section {
    position: relative;
    width: 418px;
    height: 400px;
    margin-top: 110px;
    margin-bottom: -110px;
}
.block-our-story .humanlens-section  .wp-block-cover{
    width: 280px;
    height: 280px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.block-our-story .humanlens-section  .wp-block-cover img{
    width: 100%;
    height: auto;
}
.block-our-story .humanlens-section  .wp-block-cover.humanlens-cover-1{
    left: -100px;
}
.block-our-story .humanlens-section  .wp-block-cover.humanlens-cover-2{
    right: -100px;
}
.block-our-story .humanlens-section  .wp-block-cover.humanlens-cover-3{
    top: -240px;
    left: 80px;
}
.block-our-story.active .humanlens-section  .wp-block-cover.humanlens-cover-1{
    left: 0px;

}
.block-our-story.active  .humanlens-section  .wp-block-cover.humanlens-cover-2{
    right: 0px;

}
.block-our-story.active  .humanlens-section  .wp-block-cover.humanlens-cover-3{
    top: -121px;
    left: 69px;
}
.block-our-story  .humanlens-section  .wp-block-cover.humanlens-cover-center{
    width: 140px;
    height: 140px;
    left: 139px;
    top: 19px;
}
.block-our-story .humanlens-section div{
    position: absolute;
    width: 100%;
}
.block-our-story .humanlens-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 10px;
    color: #D1FF61;
    text-transform: uppercase;
}

.block-our-story .humanlens-heading {
    font-size: 30px;
    color: #1e1e1e;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: -0.75px;
    margin-bottom: 25px;
}

.block-our-story .humanlens-heading .light {
    font-weight: 300;
}

.block-our-story .humanlens-description {
    font-size: 18px;
    line-height: 28px;
    color: #080717;
}
@media (max-width: 1200px) {
    .block-our-story{
        margin: 0 -5vw;
    }
    .block-our-story .acf-innerblocks-container{
        width: 100%;
    }
}
@media (max-width: 800px) {

    .block-our-story .our-story{
        width: 100%;
    }
    .block-our-story .our-approch{
        flex-direction: column;
    }
    .block-our-story .humanlens-section{
        width: 208px;
        height: 150px;
        margin: 50px auto 50px;
    }
    .block-our-story .humanlens-section .wp-block-cover {
        width:140px;
        height: 140px;
    }
    .block-our-story .humanlens-section  .wp-block-cover.humanlens-cover-1{
        left: -50px;
    }
    .block-our-story .humanlens-section  .wp-block-cover.humanlens-cover-2{
        right: -50px;
    }
    .block-our-story .humanlens-section  .wp-block-cover.humanlens-cover-3{
        top: -120px;
        left: 40px;
    }

    .block-our-story.active  .humanlens-section  .wp-block-cover.humanlens-cover-3{
        top: -60px;
        left: 35px;
    }
    .block-our-story  .humanlens-section  .wp-block-cover.humanlens-cover-center{
        width: 70px;
        height: 70px;
        left: 69px;
        top: 9px;
    }

    .block-our-story .humanlens-text{
        width: 100%;
    }
}