/* value */

.value-image1{
    float:right;
    width:40%;
    margin:0 0 50px 50px;
}

.value-image2{
    float:left;
    width:40%;
    margin:0 50px 50px 0;
}

/* resposive */
@media screen and ( max-width:800px )
{

.value-image1, .value-image2{
    float:none;
    width:100%;
    margin:0 0 30px;
}


}