.container.story_cont{
    margin-top: 120px;
    padding-top: 35px;
    padding-bottom: 25px;
}

.container.story_cont img{
    width: 40%;
}

.container-fluid.story{
    background-color: #F5F5F5;
}

.container.story_cont img{
    float: left;
    margin-right: 30px;
    margin-bottom: 8px;
}

.container.story_cont h4{
    color: #6e6b6c;
    font-weight: bold;
}

.container.story_cont p{
    text-align: justify;
}

@media screen and (max-width: 600px){
    .container.story_cont img{
        width: 100%;
    }
}

