.download__Image{
    -webkit-box-shadow: 0px 10px 12px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 10px 12px 0px rgba(0,0,0,0.09);
    box-shadow: 0px 10px 12px 0px rgba(0,0,0,0.09);
    border: 4px solid #fff:
}

.text-upper{
    text-transform: uppercase;
}

.downloadSelector span
{
    padding-top:20px;
    padding-bottom:20px;
    padding-left:60px;
    padding-right:60px;
    display:inline-block;
    position: relative;
    cursor:pointer;
}
.downloadSelector span:hover::after,
.downloadSelector span.active::after
{
    height:5px;
    width: 100%;
    background:#e2001a;
    position: absolute;
    left:0;
    bottom:0;
    transform:translateY(100%);
    content:"";
}
.downloadSelector
{
    border-bottom: 5px solid #f2f2f2;
}

.download__Info span {
    font-size: 20px;
}