.joury-item {
    display: grid;
    grid-template-columns: 1fr 120px 1fr;
    align-items: center;
    grid-gap: 40px;
    margin-bottom: 40px;
}
.jury-chm_image {
    width: 120px;
    flex: 0;
    min-width: 120px;
}
.joury-item_quote {
    margin-bottom:40px;
}
.flex {
    display:flex;
}

.flex--center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ml-15 {
    margin-left: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .jury-chm_title {
    }
}
@media screen and (min-width: 768px) {
    .jury-chm_post {
    }
}
@media (max-width: 767px) {
    .works-like-title table {
        margin: auto;
    }
    .b-expert-vote {
        width: 100%;
    }
    .jury-chm {
        width: auto;
    }
    .joury-item {
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
        grid-gap: 20px;
    }
    .jury-chm_image {
        margin: auto;
    }
    .jury-chm_image img {
        margin: auto;
    }
    .works-like-title table tr > td:first-child {
        width: max-content;
    }
}

@media (max-width: 465px) {
    .work-like_comment {
        left: 0;
        margin: auto;
        text-align: center;
    }
}