.row {
  margin-left: 0;
}

.lesson-card {
  display: block;
  width: 30%;
  margin: 1em auto;
  border: 0.3em solid #1c6ca1;
  padding: 1.2em;
}

.lesson-card-header {
  border-bottom: 0.1em solid #1c6ca1;
  margin-bottom: 1.5em;
}

.lesson-card-header h2, h3 {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}

.lesson-card-body {
  font-size: 0.9em;
  font-weight: 900;
  line-height: 2.2;
}

.badge-primary {
  background-color: #415B91;
  color: white;
  padding: 0.3em;
  border-radius: 0.3em 0.5em;
}