.ec-newsRole__newsCloseBtn i:before{
  content: "\f107";
}
.ec-newsRole__newsItem.is_active .ec-newsRole__newsCloseBtn i:before{
  content: '\f106';
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
  color: #404040;
}
.ec-newsRole__news{
  background: none ! important;
  border: none !important;
  border-bottom: 2px solid #D9D9D9 !important;
  .ec-newsRole__newsItem{
    border-top: 2px solid #D9D9D9;
    border-bottom: none !important;
  }
}
.ec-newsRole__newsDescription{
  background: #D9D9D9;
}
