.details-block {
  box-shadow: 5px 5px 20px rgba(0,0,0,.25);
  margin-bottom: 1rem;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .details-block {
    float: right;
    width: 460px;
    margin: 0 0 1rem 1rem;
  }
}

.details-block__heading { border-radius: 10px 10px 0 0; background-color: #004b87; color: #fff; }
.details-block__heading-text { font-size: 22px; line-height: 30px; padding: 20px 10px; margin: 0; }

.details-block__content { padding: 10px; }

.details-block__section { padding: 10px 0 10px 32px; border-top: 1px solid rgba(130,107,106,.4); line-height: 1.35; }
.details-block__section:first-of-type { border-top: 0 none; }
.details-block__section-text { font-size: 16px; color: inherit; margin: 0; padding: 3px 0; font-weight: 700; position: relative; }
.details-block__section-text::before {
  display: block; content: ""; font-size: 20px; border-radius: 50%; color: #979797;
  position: absolute; top: 0; left: -30px; font-family: "Font Awesome 5 Free"; font-weight: 400;
}
.details-block__section-text--duration::before { content: "\f017"; }
.details-block__section-text--credits::before { content: "\f1b3"; font-weight: 700; }
.details-block__section-text--fee::before { content: "\f09d"; }
.details-block__section-text--awards::before { content: "\f19d"; font-weight: 700; }

.details-block__modules { padding: 0 0 10px; }
.details-block__modules-text { font-size: 22px; color: #004b87; }
.details-block__modules ul { list-style: none; margin: 0; padding: 0; text-align: center; }
.details-block__modules ul a {
  display: inline-block; background: #5BC2E7; color: #fff; font-size: 16px;
  margin: 2px 0; width: 245px; padding: 16px 15px 14px; border-radius: 5px;
}
.details-block__modules ul a:focus,
.details-block__modules ul a:hover { text-decoration: none; opacity: .9; }

.details-block__footer {
  border-top: 1px solid rgba(130,107,106,.4);
  margin: 0;
  padding: 15px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.details-block__sponsored-logo img {
  max-width: 15rem;
}
