.category-hero{
  padding-top: 80px;
  padding-bottom: 80px;
}
.category-hero__item-inner{
  position: relative;
}
.category-hero__item-img{
  width: 100%;
  height: 200px;
}
.category-hero__item-img img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.category-hero__item-background {
  width: 100%;
  height: 76%;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 8px 8px 0px 0px;
  z-index: -1;
}
.category-hero__item-title a{
  padding: 8px 16px;
  color: var(--primary);
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  background: #EDEEEC;
  width: 100%;
  display: block;
  border-radius: 0px 0px 8px 8px;
}
@media (max-width: 1279px){
  .category-hero__item-img{
    height: 145px;
  }
}

@media (max-width: 767px){
  .category-hero__item-img{
    height: 100%;
  }
}