.admission .admissionBox:after {
  content: "";
  display: table;
  clear: both;
}

.admission .admissionBox > .fL:first-child {
  width: 255px;
  margin-right: 17px;
}

@media screen and (max-width: 768px) {
  .admission .admissionBox > .fL:first-child {
    width: 100%;
    margin: 0 0 15px;
    float: none;
  }
}
.admission .admissionBox > .fL:first-child + .fL {
  width: 398px;
}

@media screen and (max-width: 768px) {
  .admission .admissionBox > .fL:first-child + .fL {
    width: 100%;
  }
}