.category-hero{
  padding-top: 64px;
  padding-bottom: 30px;
}
.category-hero-item-img {
    position: relative;
}
.category-hero-item-quiz {
    position: absolute;
    margin-top: 16px;
    margin-left: 16px;
}

.category-hero-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-hero-item-title {
    background: #F2F1F6;
    padding: 8px 16px;
}

.category-hero-item-title a {
    font-family: "Larsseit";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary);
    text-decoration: none;
}

.category-hero-item-title a:hover {
    color: var(--primary-text-hover);
}

.quiz-label{
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  margin: 0;
  text-align: left;
  padding: 4px 18px 4px 9px;
  clip-path: polygon(100% 0,90% 53%,100% 100%,0 100%,0 0);
  width: max-content;
  text-transform: uppercase;
}
@media (max-width: 1279px){
  .category-hero{
    padding-top: 80px;
  }
}
@media(max-width: 599px){
  .category-hero{
    padding-top: 40px;
  }
}