.module.history{
  position: relative;
  background: linear-gradient(0deg, #000 0.07%, #510202 99.93%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.best{
  position: absolute;
  width: 170px;
  height: auto;
  right: 2rem;
  bottom: 4rem;
}

@media (max-width: 1024px){
  .best{
    right: 1rem;
    bottom: 2rem;
    width: 140px;
  }
}

@media (max-width: 767px) {
  /*
    Se elimina el degradé rojo en mobile.
    Para volver a activarlo, descomenta la línea de background.
    background: linear-gradient(0deg, #000 0.07%, #510202 99.93%);
  */
  .module.history {
    background: #000 !important;
  }
}