.requirement-schedule {
  margin: 0 0 120px 0;
}

.bnr-two-column {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  margin: 20px 0 60px 0;
}

.bnr-two-column a {
  margin: 0 10px 0 0;
  transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.bnr-two-column a:hover {
  opacity: 0.75;
}

.bnr-two-column a:nth-child(2) {
  margin: 0 0 0 10px;
}

@media screen and (max-width: 759px) {
  .requirement-schedule {
    margin: 0 0 60px 0;
  }
  .bnr-two-column {
    flex-direction: column;
    padding: 0;
  }
  .bnr-two-column a {
    margin: 0 0 15px 0;
  }
  .bnr-two-column a:nth-child(2) {
    margin: 0;
  }
}