.cc_block_students_say {
    padding: 30px 0;
}

.cc_students_say_head {
    display: flex;
    margin-bottom: 18px;
}

.cc_students_say_img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.cc_students_say_img img {
    width: 100%;
}

.cc_students_say_rate_star i {
    font-size: 14px;
    color: var(--yellow);
}

.cc_students_say {
    background: var(--white);
    overflow: hidden;
    position: relative;
    float: left;
    text-align: left;
    vertical-align: top;
    min-height: 400px;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    margin: 1px 5px 15px;
    border-radius: 3px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.cc_students_say_content {
    margin-bottom: 30px;
}

.cc_students_say_content p {
    color: var(--dark);
}

.cc_students_say_foot {
    bottom: 20px;
    padding-right: 20px;
    margin-top: auto;
}

.cc_students_say_foot a {
    color: var(--sec-color);
}
