.top5-wins-text {
    border: 1px solid #eee;
    border-radius: 3px;
}

.top5-wins-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 2%;
    color: #000;
    padding: 20px;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.top5-wins-text p:nth-child(2n) {
    background: #F8F8F8;
}

.top5-wins-text p:last-child {
    border: 0;
}