.card {
  background-color: #F0F2F3;
  padding: 10px 10px 0px 15px;
  display: block;
  margin: 6px -4px;
  height: 232px;
  position: relative;
  overflow: hidden;
}
.card:hover {
  text-decoration: none;
}
.card-icon {
  display: block;
  padding: 7px 0;
  font-size: 32px;
  color: #0084CC;
}
.card-section-number {
  color: #303030;
  font-size: 18px;
  font-weight: 700;
}
.card-chapter-number {
  font-size: 13px;
  color: #0084CC;
  margin-bottom: 1.5rem;
}
.card-description {
  font-size: 12px;
  width: calc(100% - 2.5rem);
  color: #707070;
  padding-bottom: 10px;
}
.card-arrow {
  position: absolute;
  bottom: 15px;
  right: 12px;
  font-size: 16px;
}