.representing{
    width: 100%;
}
  

@media (min-width:768px) {
    .representing{
        width: 33%;
        float: left;
    }

}
