.mc_penaltygoals {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

@media (max-width: 991px) {
    .mc_penaltygoals {
        display: block;
        padding: 0 0px;
    }
}

.mc_penaltygoals__title {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.mc_penalties, .mc_goals {
    width: 45%;
}

@media (max-width: 991px) {
    .mc_penalties, .mc_goals {
        width: 100%;
    }
}

.mc_goals-goal:nth-child(2n), .mc_penalty:nth-child(2n) {
    background: #EEEEEE;
}

.mc_goals-period {
    margin-bottom: 50px;
}

@media (max-width: 639px) {
    .mc_goals-period {
        margin-bottom: 30px;
    }
}

.mc_goals-period__title {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.mc_goals-goal {
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mc_goals-goal__time {
    width: 40px;
    font-size: 12px;
    margin-right: 10px;
}

@media (max-width: 639px) {
    .mc_goals-goal__time {
        font-size: 11px;
        margin-right: 6px;
        width: 30px;
    }
}

.mc_goals-goal__country {
    width: 30px;
    margin-right: 20px;
}

@media (max-width: 639px) {
    .mc_goals-goal__country {
        width: 15px;
        margin-right: 10px;
    }
}

.mc_goals-goal__country img {
    max-width: 100%;
}

.mc_goals-goal__players--goal, .mc_penalty_player {
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 639px) {
    .mc_goals-goal__players--goal, .mc_penalty_player {
        font-size: 11px;
    }
}

.mc_goals-goal__players--goalplayer, .mc_penalty_player__name {
    text-transform: uppercase;
}

.mc_goals-goal__players--goalplayer_number, .mc_penalty_player__number {
    width: 35px;
    display: inline-block;
}

@media (max-width: 639px) {
    .mc_goals-goal__players--goalplayer_number, .mc_penalty_player__number {
        width: 25px;
    }
}

.mc_goals-goal__players--situation {
    text-transform: lowercase;
}

.mc_goals-goal__players--assists {
    color: #757575;
    font-size: 11px;
}

@media (max-width: 639px) {
    .mc_goals-goal__players--assists {
        font-size: 10px;
    }
}

.mc_goals-goal__score {
    flex-grow: 1;
    text-align: right;
    white-space: nowrap;
}

.mc_goals-goal__score span {
    font-size: 18px;
    margin: 0 10px;
}

@media (max-width: 639px) {
    .mc_goals-goal__score span {
        font-size: 16px;
        margin: 0 5px;
    }
}

.mc_goals-goal__score span.mc_goals-goal__score--bold {
    font-weight: 700;
}

.mc_goals-goal__score span:last-child {
    margin-right: 0;
}

.mc_penalty {
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
}

.mc_penalty_time {
    flex-grow: 1;
    white-space: nowrap;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 639px) {
    .mc_penalty_time {
        font-size: 16px;
    }
}

.mc_penalty__description {
    color: #757575;
    font-size: 11px;
}
