.wrapper__btn_correction {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.subject-correction-link, .subject-correction-hide {
    display: inline-block;
    background: none;
    border: none;
    color: #1abc9c;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    margin: 0;
    transition: color 0.2s;
    font-family: inherit;
}

.subject-correction-hide{
    color: red;
    margin-top: 50px;
}

.subject-correction-link:hover,
.subject-correction-link:focus {
    color: #159c86;
    text-decoration: none;
}
.bloc__correction,
.bloc__correction.ee  p{
    font-size: 18px;
    color: #39557E;
    font-weight: 500;
}

.ee__response__title {
    font-weight: 600;
    text-transform: uppercase;
}

.ee_arg__line {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
}
.arg__desc {
    font-weight: 400;
}
.ee__response__wrapper li {
    list-style: normal;
}

.subject-item {
    background: #F7FAFC !important;
}
