/*Large devices (desktops, less than 1200px)*/
@media only screen and (max-width:1199px) {
.home-blocks .col-md-3{ -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
.chart-blocks .col-md-6{ -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
}


/*Medium devices (tablets, less than 992px)*/
@media only screen and (max-width:991px) {

}


/*Small devices (landscape phones, less than 768px)*/
@media only screen and (max-width:767px) {

}


/*Extra small devices (portrait phones, less than 576px)*/
@media only screen and (max-width:575px) {

}


/*Extra small devices (portrait phones, less than 480px)*/
@media only screen and (max-width:479px) {


}
