.row {
    margin-bottom: 0;
}

.datas-and-news {
    background-color: #EEEEEE;
    padding: 17px;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0;
}

.datas-and-news:hover {
    background-color: #004F9D;
    color: white;
}

.datas-and-news span {
    font-weight: 500;
    color: #333;
}

.datas-and-news:hover span {
    font-weight: 500;
    color: white;
}

.datas-and-news span.uppercase {
    font-size: 17px;
    color: #0166AC;
}

.datas-and-news:hover span.uppercase {
    font-size: 17px;
    color:white;
}

.datas-and-news .material-icons {
    font-size: 38px;
}

.faq hr {
    border-top: 1px solid #1D65FA;
}

.faq > p > a {
    word-break: break-all;
}