.older {
  text-align: right;
  min-width: 280px;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 12px 4px 0 4px;
  position: relative;
  color: #1AC6D9;
  text-shadow: 2px 2px 2px black;
}

.older:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #7A4AB0, #a686ca);
  position: absolute;
  left: 0;
  top: 6px;
}

.older span:hover {
  color: #e30d3b;
  cursor: pointer;
}
