@media screen and (min-width: 630px){
    .two figure.two {
        float: left;
        width: 50% !important;
    }
    
    .two figure.three {
        float: left;
        width: 33.333333% !important;
    }
    
    .two figure.four {
        float: left;
        width: 24.99999999% !important;
    }
}
    
