.blog-category {
  width: 86%;
  background-color: #ffffff;
}
.blog-category .simple-input input {
  width: 100%;
}
.blog-category .category-block {
  padding: 2rem;
}
.blog-category .img-block {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.blog-category .img-block:hover .overlay {
  opacity: 0.4;
  transition: linear 500ms;
}
.blog-category img {
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  min-height: 80px;
}
.blog-category p {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: bold;
  text-wrap: normal;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 40%;
  line-height: 1.1;
}