.candidate_image {
    display: none;
}

@media screen and (max-width: 640px) {

    .candidate_data {
        flex-basis: auto;
        justify-content: flex-start;
        width: calc(100% - 54px);
    }
    .candidate_main {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .candidate_detail {
        margin-left: 50px;
    }
}

@media screen and (min-width: 641px) {
    .candidate_profile > div {
        height: 60px;
    }
    .candidate_profile .candidate_data {
        width: 80%;
    }
}

@media screen and (min-width: 641px) and (max-width: 890px) {
    .candidate_main {
        display: flex;
    }
    .candidate_rate {
        width: 320px;
    }
}