h1 strong { color: #ff0601; }
.listing a { color: rgb(7, 6, 6); }

.corners.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.corners h2:before, h2 em:before {
  top: -25px;
  bottom: -25px;
  left: 0px;
  right: 0px;
  border-width: 5px;
  border: 5px solid #ff0601;
  position: absolute;
  content: '';
  z-index: -1;
}
  
.corners h2, h2 em {
  position: relative;
  background: white;
  padding: 0 25px;
  display: inline-block;
  text-align: center;
  line-height: 1;
	font-style: normal;
 }
  
.corners h2:after, h2 em:after {
  left: 25px;
  right: 25px;
  top: -25px;
  bottom: -25px;
  background: white;
  position: absolute;
  content: '';
  z-index:-1;
}