.category_container{
  margin-left:10%!important;
  margin-right:10%!important;
  margin-top:2%!important;
}
.category_heading{
  left:0px;
  display:inline;
}
.category_path{
  float:right;
  left:99%;
  display:inline;
  color:grey;
}
.after_header_differentiator{
  margin-top:5%;
}

.category_box{
  padding:15% 25% 30% 5%;
  border:1px solid #4768DC;
  height: 100px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0px 6px 6px 4px rgb(57 57 57 / 18%);
}
.category_box:hover{
  background: #8ed6e5
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .category_box{
    margin-top:20px;
  }
  .category_article_name{
    font-size: 14px;
  }
}
