.sbc-related-article {
  padding: 50px 0;
  background-color: #F5F5F5;
  position: relative;
}
.sbc-related-article .single-news{
  border-bottom: 1px solid #70707033;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.sbc-related-article .single-news .news-date{
  color: #231F20;
  margin-bottom: 15px;
}
.sbc-related-article .single-news .news-title{
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 18px;
}
.sbc-related-article .single-news .title-news-link{
  color: #2B333D;
}
.sbc-related-article .single-news .news-link{
  color: #1737A2;
  font-size: 16px;
  font-weight: 600;
}
.sbc-related-article .single-news .news-link:hover,
.sbc-related-article .single-news .title-news-link:hover{
  color: #C12033;
}
.sbc-related-article .single-news .news-link i{
  margin-left: 5px;
}
.sbc-related-article .ysc-red-underline.ysc-btn-bg::after{
  background-color: #F5F5F5;
}
/***************************************************************************************/
/* Two Column */
.sbc-related-article.two-column{
  background-color: #fff;
}
.sbc-related-article.two-column .single-news{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sbc-related-article.two-column .gray-line{
  border-bottom: 1px solid #70707033;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.sbc-related-article.two-column .ysc-red-underline.ysc-btn-bg::after{
  background-color: #fff;
}
