.modules {
  display: grid;
  margin-top: 50px;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 60px;
}

.module {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  grid-auto-rows: 1fr;
  background-color: #fff;
  min-height: 400px;
  display: flex;
  grid-auto-rows: 1fr;
  flex-direction: column;
}

.module-footer {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrp;
  align-items: center;
  margin-top: auto;
  padding-top: 20px;
}

.module-footer .button {
  flex: 0 20%;
  margin-right: 15px;
}

.inactive {
  cursor: default !important;
}

.inactive img {
  filter: grayscale(100%);
}

.cursus {
  min-height: auto !important;
}

.module .inactive {
  background-color: grey;
}

.module h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-family: Proxima Bold !important;
}

.module p {
  margin-top: 15px;
  font-size: 10pt;
  line-height: 120%;
}

.module hr {
  border-top: 2px;
  color: var(--orange);
  background-color: var(--orange);
  border-color: var(--orange);
}

.module img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 225px;
  object-fit: cover;
}

.module-group {
  margin-top: -10px !important;
  margin-bottom: 10px;
  font-style: italic;
}
