
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
@media (max-width: 768px) {
  .banner-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .exam-results__mobile {
    flex-direction: column-reverse;
  }
  .exam-results__mobile:last-child .col-md-4 {
    margin-bottom: 20px;
  }
    .list-group__mobile {
    flex-direction: column;
  }
   .card .card-body p {
    line-height: normal;
    font-size: 16px !important;
  }
    .list-group__mobile img  {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
    .list-group__mobile * {
    width: 100% !important;
    white-space: break-spaces !important;
  }
   .badge.badge-success,
  .badge.badge-danger {
    width: 100%;
    white-space: break-spaces;
  }
    .question-title * {
    width: 100% !important;
    line-height: normal !important;
    font-size: 16px !important;
  }
   .answer-label {
    padding: 0 !important;
  }
}
