section {
  margin-top: -70px;
}


.tuition .card {
  border-width: 2px;
}

.bg-primary {
  background-color: #002366 !important;
}

/*--------------------------
------- Requirements -------
--------------------------*/

#requirements img {
  height: 320px;
  width: 700px;
  object-fit: cover;
}

/*--------------------------
------- Scholarships -------
--------------------------*/

#scholarships .card-title {
  color: #fff;
  background-color: #002366;
  text-align: center;
  padding: 5px;
}

#scholarships .card-deck .card {
  min-width: 25%;
  margin-bottom: 15px;
}

.scholars h4 {
  font-size: 16px;
  font-weight: 800;
}

#scholarships .lead {
  font-size: 30px;
  font-weight: 400;
  line-height: 25px;
}

/*-------------------------
-------- Discounts --------
-------------------------*/
.table {
  vertical-align: middle;
}

.table tbody th {
  padding-left: 30px;
}

.table tbody td {
  padding-left: 50px;
  vertical-align: middle;
}

#discounts table {
  width: 50%;
}

@media (max-width: 992px) {
  #discounts table {
    width: 95%;
  }

  #discounts td {
    padding: 10px;
  }
}