.rec-improvement-item{
    width: 100%;
    padding:0  20px;
}
.communitycsr__artical {
    max-width: 100%;
  }
.hide{
    display: none;
}
.modal__textlist{
    width: 100%;
    text-align: left;
}
.modal__textlist--item{
    list-style-type: disc;
}
@media screen and (max-width : 991px) {
    .rec-improvement-item{
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 576px) {
    .rec-improvement-item{
        padding: 0;
    }
    .rec-guiding{
        margin-bottom: 24px;
    }
}