#dates {
    padding: 60px 0 60px 0;
}

#dates .title_block {
    display: flex;
    justify-content: center;
    gap: 20px;
}

#dates .title_block .title {
    text-align: unset;
    display: unset;
    margin-left: unset;
    margin-right: unset;
}

#dates .dates_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}

#dates .dates_block .item {
    width: calc(100% / 4);
    text-align: center;
    margin-bottom: 50px;
}

#dates .dates_block .item .date {
    font-size: 18px;
    font-weight: 600;
}

#dates .dates_block .item .name,
#dates .dates_block .item .time {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .72px;
    line-height: 23px;
}

#dates .dates_block .item a {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .72px;
    line-height: 23px;
    color: #fcb724;
}

#dates .dates_block .item a:hover {
    color: #bc2422;
}