.singlePromotion i {
    background: rgba(255, 255, 255, 0.1);
}

.singlePromotion:hover i {
    border-color: #fff !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.05);
}