.ITInfrastructure .span8{
    width: 45%;
}
@media (max-width: 767px){
    .ITInfrastructure .span8{
        width: 100%;
    }
}