#hp-category {
  padding: 40px 0;
}

#hp-category .col-12 {
  margin-bottom: 15px;
}

#hp-category .wrapper-category {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

#hp-category .wrapper-category img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

#hp-category .wrapper-category .category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hp-category .wrapper-category .header-category {
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
}
