.row{
  margin-bottom: 1%;
}

.content{
  margin-top: 1%;
}

hr{
  border-top: 1px dotted #d9d9d9;
  background-color: transparent;
}

.p-card--highlighted{
  border-top: 3px solid #a87ca0;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
}

footer{
  margin-top: auto;
}