/* Small Devices, Tablets */
@media only screen and (max-width : 980px) {   
    .cooperation {
		margin-left: -5px;
		margin-right: -5px;
    }    
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
    .cooperation {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }    
	
	.cooperation .col {
		margin-top: 10px;
        padding-right: 0;
        padding-left: 0;
    }
	
	.cooperation .col:first-child {
		margin-top: 0;
	}
}