.SA-redbox{
background: #cc0033;
}
.col{
margin-bottom: 25px;
}
.SA-redbox-link {
display: block;
color: #fff;
padding: 70px 10px 5px;
font-weight: 700;
font-size: 1.3rem;
transition: all .3s ease;
height: 150px;
}
.SA-redbox-link:hover {
color: #fff;
box-shadow: 5px 5px 1px #8e182e;
}