/* Divider for blog posts and interests categories */
.divider-fade {
  width: 100%;
  height: 0.0rem;
  margin: 0.0rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.divider-fade-inner {
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background: linear-gradient(90deg, rgba(53,53,52,0) 0%, rgba(53,53,52,0.15) 25%, rgba(53,53,52,0.2) 50%, rgba(53,53,52,0.15) 75%, rgba(53,53,52,0) 100%);
  box-shadow: none;
}
@media (max-width: 600px) {
  .divider-fade-inner {
    width: 100%;
    height: 1px;
  }
}
