@media only screen and (max-width:991px){
    .reverse{
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width:500px){
    .value-blocks-wrapper{
        grid-template-columns: 1fr;
    }
}
