.course__footer {
  background: #EFF3F3;
}

.details-block {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 20px;
  background: #EFF3F3;
}

.details-block__content {
  padding: 10px;
}

.details-block__section {
  padding: 10px 0 10px 32px;
  border-top: 1px solid rgba(130, 107, 106, 0.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: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 14px 20px;
  gap: 10px;
  background: #E0001B;
  border-radius: 20px;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
  font-family: 'IAS Ribbon Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
}

.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, 0.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;
}

.course__content {
  color: #004b87;
}

.course__content .paragraph {
  display: flow-root;
}

.course__nav {
  display: flow-root;
}

.courses-list {
  margin-bottom: 2rem;
}

.courses-list__title {
  color: #004b87;
}

.course {
  width: 100%;
}

#course-tabContent .text-content > h2 {
  display: none;
}

/*# sourceMappingURL=course.css.map */
