.content {
    padding: 0;
    position: relative;
    padding-bottom: 15px;
    background: #fff;
    height: 100%;
    margin-bottom: 0.8rem;
}
img {
  mix-blend-mode: darken;
}
  .exam-card {
    width: 100%;
    text-decoration: none;
    max-height: 4.5rem;
    list-style: none;
    font-size: 15px;
    font-weight: 600;
    margin: 8px 0;
    border: 1px solid #a8f1ff;
    border-radius: 9px;
    padding: 30px;
    min-height: 4rem;
    cursor: pointer;
    transition: all ease-in-out .2s;
    text-align: center;
    background: #ecfcff;
    color: #1a0dab;
    display: flex;
    align-items: center;
    justify-content: left;
  }
.btn-info {
  background-color: #248aaa !important;
  color: #e5e9f2 !important;
}
.exam-card:hover {
  border: 1px solid rgb(201 190 190);
  background: #eee;
}
.exam-card span {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 425px) {
  .exam-card span {
    font-weight: 400;
  }
  .exam-card {
    min-height: 4rem;
  }
}