.boxBlogInterno {
  position: relative;
  height: 250px;

  &::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, transparent 0, #1a1a1a 100%);
  }
}

.text-materia {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 15px;
}
