.sport span {
    display: block;
}

.sport .contact span {
    margin-bottom: 15px;
}

.sport .downloads span a {
    color: rgba(0, 0, 0, .6);
}

.sport .downloads span a:hover {
    text-decoration: none !important;
}

.sport .clubs .club {
    padding-left: 0;
}

.sport .clubs .club {
    cursor: pointer;
    margin-bottom: 10px;
}

.sport .clubs .club span {
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px #cbcbcb solid;
    height: 45px;
    font-size: 14px;
    justify-content: center;
    transition: all .5s;
}

.sport .clubs .club span:hover {
    background-color: rgba(58, 171, 255, 1);
    color: #fff;
    transition: all .5s;
}