.push-right {
  margin-left: auto;
}

.display-flex {
    display: flex;
}

.space-evenly {
    justify-content: space-evenly;
}

@media only screen and (max-width: 720px) {
  .display-flex {
    display: flex;
    flex-wrap: wrap;
  }
}