.category_section .categories article {
  background-color: #F4EADF;
  color: #6c5446;
}

.category_section .categories article h2 {
  font-family: 'Noto Serif', Helvetica, Arial, serif;
  font-size: 1.8em;
  line-height: 2.2em;
  font-style: italic;
  font-weight: 300;
  text-transform: capitalize;
  background-color: #F4EADF;
  color: #6c5446;
}

.category_section .categories article h2>span {
  position: relative;
  overflow: hidden;
}

.category_section .categories article h2>i {
  right: auto;
  left: 2px;
  top: 2px;
  padding: 0;
  width: 40px;
  height: 40px;
  background: none;
  transform: translate(-50%, -50%);
  font-size: 0;
}

.category_section .categories article h2>i:before {
  content: "";
  position: relative;
  display: block;
  padding-top: 100%;
  background: transparent url(../../images/sticker-new.png) no-repeat 50% 50%;
  background-size: contain;
}

.category_section .categories article h2>span:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0.65em;
  left: 0;
  display: block;
  height: 1px;
  background-color: #6c5446;
}
