.ourstory{

    width: 100%;
    padding: 10%;
    padding-left: 7%;
    display: flex;
    flex-direction: row;
    background-color: #292929;
    margin-bottom: -5px;
    margin-top: -5px;
}
.ourstory .left{

    width: 60%;
}
.ourstory .left h1{

    font-size: 90px;
    color: #fff;
    padding-bottom: 8%;
}
.ourstory .left p{

    width: 80%;
    font-size: 28px;
    color: #fff;
    line-height: 35px;
    padding-bottom: 2%;
}
.ourstory .right{

    width: 40%;
    padding-top: 10%;
}
.ourstory .right .image{

    background-color: #fff;
}

@media (max-width:480px)  {

    .ourstory{

        flex-direction: column;
        padding-right: 7%;
    }
    .ourstory .left{
        
        width: 100%;
    }
    .ourstory .left h1{
    
        font-size:35px;
        padding-bottom: 5px;
    }
    .ourstory .left p{
        
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .ourstory .right{
        
        width: 100%;
        padding-top: 6%;
    }
    .ourstory .right .image{
    
        width: 100%;
        height: 200px;
        margin-top: 10px;
    }    
}

@media (min-width: 481px) and (max-width: 767px) {

    .ourstory{

        padding-left: 7.5%;
        padding-right: 7.5%;
        flex-direction: column;
    }
    .ourstory .left{
        
        width: 100%;
    }
    .ourstory .left h1{
    
        font-size:40px;
        padding-bottom: 15px;
    }
    .ourstory .left p{
        
        width: 90%;
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
    }
    .ourstory .right{
        
        width: 100%;
        padding-top: 2%;
    }
    .ourstory .right .image{
    
        width: 100%;
        height: 250px;
        margin-top: 10px;
    }    
}
 
@media (min-width: 768px) and (max-width:991px){

    .ourstory{
        
        padding-left: 7.5%;
        padding-right: 7.5%;
    }
    .ourstory .left h1{
    
        font-size:40px;
    }
    .ourstory .left p{
        
        width: 90%;
        font-size: 15px;
        line-height: 21px;
    }
    .ourstory .right{
    
        padding-top: 8%;
    } 
}

@media (min-width:992px) and (max-width:1281px){

    .ourstory .left h1{
    
        font-size:36px;
    }
    .ourstory .left p{
    
        font-size: 15px;
        line-height: 24px;
    }
    .ourstory .right{
    
        padding-top: 8%;
        padding-left: 4%;
    } 
}

@media (min-width:1282px) and (max-width:1481px){


    .ourstory .left h1{
    
        font-size: 45px;
    }
    .ourstory .left p{
    
        font-size: 19px;
        line-height: 27px;
    }
    .ourstory .right{
    
        padding-top: 8%;
        padding-left: 5%;
    }
}

@media (min-width:1482px) and (max-width:1680px){


    .ourstory .left h1{
    
        font-size: 60px;
    }
    .ourstory .left p{
    
        font-size: 21px;
        line-height: 30px;
    }
    .ourstory .right{
    
        padding-top: 9%;
        padding-left: 5%;
    }
}

@media (min-width:1681px) and (max-width:1799px){

    .ourstory .left h1{
    
        font-size: 75px;
    }
    .ourstory .left p{
    
        font-size: 24px;
        line-height: 33px;
    }   
    .ourstory .right{
    
        padding-top: 9%;
        padding-left: 5%;
    }
    
}




/* For the images */

@media (min-width: 768px) and (max-width:991px){

    .ourstory .right .image{

        width: 270px;
        height: 230px;
    }
}

@media (min-width:992px) and (max-width:1281px){

    .ourstory .right .image{

        width: 290px;
        height: 250px;
    }
}

@media (min-width:1282px) and (max-width:1481px){

    .ourstory .right .image{

        width: 310px;
        height: 270px;
    }
}

@media (min-width:1482px) and (max-width:1680px){

    .ourstory .right .image{

        width: 360px;
        height: 320px;
    }
}

@media (min-width:1681px) and (max-width:1799px){

    .ourstory .right .image{

        width: 400px;
        height: 350px;
    }
}
@media (min-width:1800px){

    .ourstory .right .image{

        width: 420px;
        height: 360px;
    }
}