.match .match-date-info {
    font-size: 1.3rem;
}

.match .match-teams-info {
    font-size: 2rem;
}

.match .match-day {
    font-size: 1.5rem;
}
.match .match-time,
.match .match-location {
    font-size: 0.9rem;
}
.match .match-location {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.match .match-main-result {
    font-size: 2rem;
}

.match .match-result {
    font-size: 1.5rem;
}
