#feedback{
    padding-top: 50px;
    padding-bottom: 50px;
}
#feedback .icon-quote{
    display: inline-block;
    width: 25px;
}
#feedback .quote-icon{
    text-align: center;
    margin-bottom: 25px;
}
#feedback .description {
    text-align: center;
    color: rgb(105, 114, 123);
    line-height: 1.5;
    margin-bottom: 25px;
}

#feedback .feedback-ava{
    border: 2px solid #ebb129;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
#feedback .name_learner{
    margin-left: 5px;
    font-weight: bold;
}
#feedback .info-learner{
    display: inline-block;
}
#feedback .title.hachium{
    margin-bottom: 30px;
}
#feedback .item-feedback {
    padding: 15px;
}