/*!
 * ===========================
 * Author: Steve Gotthardt
 * Created: 4-2025
 * ===========================
 */

.thumbnail {
  margin: 0 auto;
  max-width: 150px;
  @media screen and (min-width: 480px) {
    max-width: none;
  }
}
.card {
  margin-top: 48px;
  @media screen and (min-width: 960px) {
    margin-top: 0;
  }
  .required,
  .elective {
    h2 {
      font-family:inherit;
      font-size: inherit;
      line-height: inherit;
      color:#00447c;
      font-weight:600;
      margin:inherit;
    }
    ul.courses {
      list-style: none;
      margin: 0;
      li {
        margin: 9px 0 0 28px;
        text-indent: -14px;
        i {
          margin: 0 6px 0 0;
        }
      }
    }
  }
  .elective {
    margin-top: 24px;
  }
}