.c-section__heading{
  text-align:center;
}
.c-section__heading--title span{
  line-height:1.3;
  position:relative;
  z-index:1;
  display:inline-block;
  padding:0 1em;
  background:#fff;
}
.c-section__heading--title{
  font-size:16px;
  position:relative;
  margin-bottom:.8em;
  letter-spacing:1em;
  text-indent:1em;
}
.c-section__heading--title:before, .c-section__heading--title:after{
content: '';
position: absolute;
top: 50%;
display: block;
width: 100%;
height: 1px;
background-color: black;
}
.c-section__heading--sub-title{
  /*font-family:"Montserrat", sans-serif;*/
  font-family:'Century Gothic',"Courier New", Courier, "monospace";
  font-size:36px;
}
.catbnr__section{
  margin-bottom:60px;
}

.catbnr__section ul{
  display: flex;
  justify-content: space-between;
  margin-bottom:10px;
}
.catbnr__section ul li{
	list-style-type: none;
	margin-right: 16px;
   border:solid 1px #ddd;
}
.catbnr__section ul li:last-child{
	margin-right: 0;
}
.catbnr__section ul a:hover, .bnr__section a:hover img{
	opacity: 0.6;
}

.bnr__section{
  margin-bottom:100px;
}