.sponsors .views-view-grid.horizontal.cols-5.clearfix {
    margin-top: 80px;
}

.sponsors img {
    opacity: 0.7;
    transition: all 0.4s ease; 
}

.sponsors img:hover {
    cursor: pointer;
    opacity: 1;
}