.schedule-match-label {
    height: 42px;
    background-color: #14346d;
    color: #ffffff;
    display: flex;
    border-radius: 6px 6px 0px 0px;
    align-items: center;
    justify-content: space-between;
    font-family: 'utm-pacific-standard', serif !important;
}

.schedule-match-label-left {
    padding: 0 5px;
}

.schedule-match-label-right {
    padding: 0 5px;
}

.schedule-match-element {
    border-radius: 6px;
    min-width: 240px;
}

.schedule-match-label-left__date {
    font-size: 24px;
    font-weight: 400;
    line-height: 30.23px;
    text-align: left;
}

.schedule-match-content {
    min-height: 160px;
    border-radius: 6px 0 0 0;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.schedule-match-content__time {
    display: flex;
    padding: 0 10px 10px 10px;
}

.schedule-match-content__match {
    display: flex;
    justify-content: space-between;
}

.schedule-match-content__match-left-team {
    padding: 0 5px;
    font-family: Helvetica Neue, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.54px;
    text-align: center;
    color: #4356a3;
}

.schedule-match-content__match-right-team {
    padding: 0 5px;
    font-family: Helvetica Neue, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.54px;
    text-align: center;
    color: #4356a3;
}

.schedule-match-content__time-time {
    font-family: Helvetica Neue, serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 33.85px;
    text-align: center;
    padding: 0 15px;
}
.schedule-match-content__league {
    font-family: Helvetica Neue, serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.32px;
    text-align: center;
    color: #8fa8db;
}