.returnback {
    padding: 100px 0;
}


.returntext p {
    text-align: justify;
}

.ourstory {
    background-image: url(../assests/ourstory.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 400px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ourstory img {
    width: 200px;
    height: auto;
}







/* --------------------------------------------------------------------------------------------------
------------------------------mobile-------------------------------------------------------------
-------------------------------------------------------------------------------------------------- */

@media only screen and (max-width:780px) {

    .returnback {
        padding: 70px 0;
    }

    .ourstory {
        height: 250px;
    }

}