.ec-newsRole__newsCloseBtn i:before{
  content: "\f107";
}
.ec-layoutRole__main {
  background-color: #F8F9FC !important;
}
.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: none !important;
  flex-direction: column;
  align-items: center;
  .ec-newsRole__newsItem{
    /* border-top: 2px solid #D9D9D9; */
    border-bottom: none !important; 
    border-radius: 10px; 
    background-color: #FFFFFF !important;
    margin-bottom: 10px;
  
  }
}


.news__paging {
  width: 100%;
}
.ec-newsRole__newsDescription{
  background: #F5F5F5;
  margin: 20px 0 0 0 !important;
  border-radius: 13px !important;
}

.news__body-box {
  width: 85%;
}

.ec-newsRole__newsHeading {
  margin: 0 50px;
}

.news__item_body {
  width: 100%;
}

.ec-newsRole__newsColumn {
  width: 100%;
}

.news__item_toggle {
  display: flex !important;
  align-items: center !important;
}

.ec-newsRole {
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  .news__body-box {
    width: 95%;
  }
  .ec-newsRole__newsDescription{
    margin: 8px 0 0 0 !important;
    padding: 8px !important;
    margin-bottom: 8px !important;
  }

  .news__item_body {
    padding: 4px !important;
  }

  .ec-newsRole__newsHeading {
    margin: 0 8px;
  }

  .newsRole__newsItem {
    padding: 8px !important;
  }

  .news__item_date {
    padding: 4px 0 0 8px !important;
  }

  .news__item_toggle {
    align-items: start !important;
  }    
}


