.event-section-winners dl {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}
.event-section-winners p + dl {
    margin-top: 45px;
}
.event-section-winners dl dt {
    text-align: right;
    width: 48%;
    margin: 0;
}
.event-section-winners dl dd {
    text-align: left;
    width: 48%;
    padding: 0 0 15px 0;
    margin: 0;
}
@media (max-width: 640px) {
    .event-section-winners dl {
        display: block;
    }
    .event-section-winners p + dl {
        margin-top: 15px;
    }
    .event-section-winners dl dt,
    .event-section-winners dl dd {
        text-align: center;
        width: auto;
        padding: 0 0 5px 0;
        margin: 0;
    } 
    .event-section-winners dl dt {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }
    .event-section-winners dl dd {
        line-height: 24px;
        padding-bottom: 25px;
    }
    .event-section-winners dl dd:last-child {
        padding-bottom: 0;
    } 
}
