.subject-links .tile {
  margin-bottom: 20px;
}

.subject-links .subject-container .tile {
  width: 100%;
  border: 0;
  padding: 22px;
  border-radius: 0;
  display: inline-flex;
  justify-content: space-between;
  cursor: pointer;
  background-color: #cce5ed;
}

.subject-links .subject-container .tile:hover {
  background-color: #007FA3;
}

.subject-links .subject-container .tile p {
  width: auto;
  font-family: "Mokoko bold";
  font-size: 1.125rem;
  margin: 0px !important;
  color: #00677F;
}

.subject-links .subject-container .tile:hover p {
  color: #ffffff !important;
}

.subject-links .subject-item-container .tile {
  width: 100%;
  border: none;
  padding: 22px;
  border-radius: 2px;
  display: inline-flex;
  justify-content: space-between;
  cursor: pointer;
  background-color: #cce5ed;
}

.subject-links .subject-item-container .tile:hover {
  background-color: #007FA3;
}

.subject-links .subject-item-container .tile p {
  width: auto;
  font-family: "Mokoko bold";
  font-size: 1.125rem;
  margin: 0px !important;
  color: #00677F;
}

.subject-links .subject-item-container .tile:hover p {
  color: #ffffff !important;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- BOOTSTRAP MEDIA QUERIES --------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
