
.cbt-block-next-previous-news-wrapper {
  display: block;
  text-align: center;
}
.cbt-block-next-previous-news-wrapper ul{
  display: table;
  margin: 1.5rem auto;
  width: 100%;
  max-width: 34rem;
}
.cbt-block-next-previous-news-wrapper ul li{
  display: table-cell;
  width: 33.33%;
}
.cbt-block-next-previous-news-wrapper ul li a{
  color: #ad181e;
  font-size: 1.4rem;
  text-align: center;
}
.cbt-block-next-previous-news-wrapper ul li:nth-of-type(1) a::before{
  display: inline-block;
  font-family: 'official';
  content: '\e804';
  margin-right: .5rem;
  transform: rotate(180deg);
}
.cbt-block-next-previous-news-wrapper ul li:nth-of-type(2) a::after{
  content: '';
}
.cbt-block-next-previous-news-wrapper ul li:nth-of-type(3) a::after{
  display: inline-block;
  font-family: 'official';
  content: '\e804';
  margin-left: .3rem;
}
