.main{margin-top:7%; margin-bottom: 100px;}
.dep1, .dep2, .dep3{
    background: url(cgkbrands.jpg) no-repeat;
    background-size: 750px;
    height: 60px;
    width: 250px;
    display: inline-block;
    margin: 10px 20px;
    border: 1px solid #e0e0e0;
}
.departments{display: block !important;}

.space{width: 20px;}

.dep1 {background-position: 0px -60px;}
.dep2 {background-position: -250px -60px;}
.dep3 {background-position: -500px -60px;}

.dep1:hover {background-position: 0px 0px;}
.dep2:hover {background-position: -250px 0px;}
.dep3:hover {background-position: -500px 0px;}

.contact-info{
    text-align: center;
    margin: 30px 5px;
}
.contact-info p{
    text-align: center;
    margin:0;
    font-weight: 200;
}