.cc_block_student_feedback {
    background-color: var(--white);
    padding: 30px 0;
}

.cc_student_feedback_content,
.cc_student_feedback_col_item {
    display: flex;
    align-items: center;
}

.cc_student_feedback_rating p:first-child {
    font-size: 70px;
    margin-bottom: 0;
}

.cc_student_feedback_star i {
    font-size: 21px;
    color: #f4c150;
}

.cc_student_feedback_col_star i {
    font-size: 21px;
    color: #f4c150;
}

.cc_student_feedback_col_star .dark {
    color: var(--light-gray);
}

.cc_student_feedback_star .light,
.cc_student_feedback_col_star .light {
    color: #f4c150;
}

.cc_student_feedback_col_per {
    width: 60%;
    max-width: 356px;
    height: 20px;
    background-color: #f2f3f5;
    margin: 5px 20px 5px 0;
    border-radius: 3px;
    position: relative;
}

.cc_student_feedback_col_star {
    margin-right: 10px;
}

.cc_student_feedback_col_per_child {
    position: absolute;
    height: 100%;
    background-color: #a1a7b3;
    border-radius: 3px;
    top: 0;
    left: 0;
}

.cc_student_feedback_col {
    display: flex;
    flex: 1 0 auto;
    min-width: 1px;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
}

@media screen and (max-width: 668px) {
    .cc_student_feedback_col_per {
        width: 46% !important;
    }
}

@media screen and (max-width: 769px) {
    .cc_student_feedback_col_star i {
        font-size: 10px;
    }
}
