.sbc-related-veritage-news {
  padding: 50px 0;
}
.sbc-related-veritage-news .title{
  color: #000;
  font-family: 'futura-pt', sans-serif;
  margin-bottom: 0;
}
.sbc-related-veritage-news .text-cont{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #6DB341;
}
.sbc-related-veritage-news .text-cont .top-news-date-cont{
  text-align: center;
  background-color: #6DB341;
  padding: 5px 10px 10px 10px;
  display: inline-block;
  margin-bottom: 15px;
}
.sbc-related-veritage-news .text-cont .top-news-date-cont .top-news-Month{
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  font-family: 'futura-pt', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.sbc-related-veritage-news .text-cont .top-news-date-cont .top-news-day{
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
  font-family: 'futura-pt', sans-serif;
  font-weight: 500;
  line-height: 15px;
}
.sbc-related-veritage-news .text-cont .news-title{
  font-size: 22px;
  color: #000;
  font-family: 'futura-pt', sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sbc-related-veritage-news .text-cont .news-author-date{
  font-size: 16px;
  color: rgba(0, 0, 0, .5);
  font-family: 'futura-pt', sans-serif;
  margin-bottom: 15px;
}
.sbc-related-veritage-news .text-cont .news-desc{
  font-size: 18px;
  font-family: 'futura-pt', sans-serif;
  margin-bottom: 30px;
}
.sbc-related-veritage-news .text-cont .cta-btn{
  color: #000;
  font-family: 'futura-pt',sans-serif;
  font-size: 15px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding-right: 50px;
  text-decoration: none !important;
}
.sbc-related-veritage-news .text-cont .cta-btn::before{
  position: absolute;
  top: 50%;
  right: 25px;
  content: '\f35a';
  color: #6DB341;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.sbc-related-veritage-news .text-cont .cta-btn:hover::before{
  right: 20px;
}

@media (max-width: 767px) {

}
