@media (max-width: 767.98px) {
    #dates {
        padding: 30px 0;
    }

    #dates .title_block {
        display: block;
        justify-content: unset;
        gap: unset;
    }

    #dates .title_block .title {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    #dates .title_block h3.title {
        font-weight: 400;
        font-size: 18px;
    }

    #dates .dates_block {
        margin-top: 50px;
    }

    #dates .dates_block .item {
        width: calc(100% / 3);
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    #dates .dates_block .item .date {
        font-size: 16px;
    }

    #dates .dates_block .item .name,
    #dates .dates_block .item .time,
    #dates .dates_block .item a  {
        font-size: 14px;
        line-height: 20px;
    }
}