.ourStory {
    padding: 64px 16px 30px 16px;
    background-image: url('../assets/ourstory.png');
    background-repeat: no-repeat;
    background-color: #f3f3f3;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    margin-top: 32px;
    margin-bottom: 32px;
    max-width: 1384px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.ourStory--title__wrap {
}

.ourStory--title {
    text-transform: uppercase;
    display: block;
    font-style: normal;
    font-weight: 900;
    font-size: 48.83px;
    line-height: 57px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.ourStory--title__decoration svg {
    max-width: 100%;
    height: auto;
    display: block;
    margin: -10px auto 0;
}

.ourStory--text {
    margin-top: 57px;
}

.ourStory--row {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.ourStory--row p {
    display: block;
    margin-top: 0;
    margin-bottom: 36px;
    font-size:25px;
    line-height: 29px;
}

.ourStory--row.right p.startAnimation {
    animation: slideFromLeft 1.6s;
    opacity: 1;
}

.ourStory--row.left p.startAnimation {
    animation: slideFromRight 1.6s;
    opacity: 1;
}

.ourStory--row div.storyImage img {
    display: block;
    margin-top: 0;
    margin-bottom: 33px;
    /*max-height: 240px;*/
    width: 360px;
}


.ourStory--row:last-child {
    margin-bottom: 0;
}

.ourStory--row.left div.storyImage img {
    margin-left: 0%;
    opacity: 0;
    width:100%;
    text-align: center;
}

.ourStory--row.left div.storyImage img.startAnimation {
    animation: slideFromLeft 1.6s;
    opacity: 1;
    margin-left: 0%;
}

.ourStory--row.right div.storyImage img {
    opacity: 0;
    margin-left: auto;
    width:100%;
    text-align: center;
}



.ourStory--row.right div.storyImage img.startAnimation {
    animation: slideFromRight 1.6s;
    margin-right: 0%;
    opacity: 1;
}



.ourStory--row.right .signature {
    display: block;
    margin-top: 40px;
}

.ourStory--row.right .signature img {
    width: 97px;
    height: auto;
    margin-bottom: 16px;
}

.ourStory--row.right .signature img {
    margin-left:0px;
    opacity: 1;
}

.signature--name {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}



/* MEDIA QUERY */

@media screen and (min-width: 800px) {
    .signature img {
        width: 125px !important;
        opacity: 1 !important;
        height: auto !important;
        margin-left: 0 !important;
        margin-bottom: 21px !important;
        margin-top: 64px;
    }

    .ourStory p {
        font-size: 39px;
        line-height: 46px;
        font-weight: 400;
    }

    .hideOnDesktop {
        display: none !important;
    }

    .hideOnMobile {
        display: block !important;
    }

    .signUp.hideOnMobile {
        display: flex !important;
    }

    .ourStory {
        padding: 90px 70px 60px 70px;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .ourStory--title {
        font-size: 119.21px;
        line-height: 140px;
    }

    .ourStory--title__decoration svg {
        max-width: 680px;
        margin-top: -25px;
    }

    .ourStory--text {
        margin-top: 90px;
    }

    .ourStory--row {
        flex-direction: row;
        align-items: center;
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .ourStory--row:last-child {
        margin-bottom: 0;
    }

    .ourStory--row.left {
        flex-direction: row-reverse;
    }

    .ourStory--row.right div.storyImage,
    .ourStory--row.left div.storyContent p {
        /*margin-left: 5%;*/
    }

    .ourStory--row.right p,
    .ourStory--row.left div.storyImage {
        /*margin-right: 5%;*/
    }

    .ourStory--row p,
     .ourStory--row div.storyImage {
        width:100%;
         margin-bottom: 0;
     }

    .ourStory--row div.storyImage, .ourStory--row div.storyContent {
        /*width: 50%;*/
        margin-bottom: 0;
    }

    .ourStory--row div.storyImage img {
        max-height: 100%;
        width: 100%;
        height: auto;
        margin-bottom: 0;
        margin-top:20px;
    }

    .ourStory--row p {
        margin-bottom: 20px;
    }

    .ourStory--row.left div.storyImage img {
        margin-left: -20%;
        opacity: 0;
    }

    .ourStory--row.left div.storyImage img.startAnimation {
        animation: slideFromLeft 1.6s;
        opacity: 1;
        margin-left: -20%;
    }

    .ourStory--row.right div.storyImage img {
        opacity: 0;
        margin-left: auto;
    }

    .ourStory--row.right div.storyImage img.startAnimation {
        animation: slideFromRight 1.6s;
        margin-right: -20%;
        opacity: 1;
    }

    .ourStory--row.left div.storyImage img.startAnimation {
        animation: slideFromLeft 1.6s;
        margin-left: 0;
        opacity: 1;
    }

    .ourStory--row.right div.storyImage img {
        opacity: 0;
        margin-left: auto;
    }

    .ourStory--row.right div.storyImage img.startAnimation {
        animation: slideFromRight 1.6s;
        margin-left: 0;
        opacity: 1;
    }

    .ourStory--row.right p, .ourStory--row.left p {
        padding-top:0px;
    }

    .ourStory--row.third p {
        padding-top:80px;
    }

    .ourStory--row.right p.startAnimation {
        animation: slideFromLeft 1.6s;
        opacity: 1;
    }

    .ourStory--row.left p.startAnimation {
        animation: slideFromRight 1.6s;
        opacity: 1;
    }


    .ourStory--row.first {
        padding-top: 0;
        padding-bottom: 25px;
    }

    .ourStory--row.second {
        padding-bottom: 20px;
    }

    .ourStory--row.third {
        padding-top: 0px;
        padding-bottom: 0;
    }

    .ourStory--row.third p {
        margin-bottom: 0;
    }
}


.ourStory--arrow {
    position: absolute;
    margin-left: 0 !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
    width: auto !important;
}

.ourStory--arrowouter {
    position: relative;
}

.ourStory--arrowouter {
    display: none;
}

@media screen and (min-width: 1290px) {
    .ourStory--arrowouter {
        display: block;
    }
}