.notification-item{
  cursor: pointer;
  border-bottom: 1px solid #0A2771;
  padding: 20px;
}
.notification-item:hover{
    .title{
        color: #0A2771;
    }
}
.date{
  color: #4a4f54;
  font-size: 0.9rem;
}