.course__overview-heading,
.course__heading {
  margin-bottom: 36px;
  font-size: 4rem;
  line-height: 1.16;
  letter-spacing: -2px;
  font-weight: 500;
}
@media only screen and (max-width: 400px) {
  .course__heading {
    font-size: 48px;
  }
}
.course__overview-description {
  font-size: 18px;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  .course__overview-description p {
    font-size: 1.125rem;
  }
}
.course__summary {
  margin-bottom: 84px;
  padding-left: 0;
  list-style: none;
  display: flex;
}
.course__summary li {
  font-size: 14px;
}
.course__summary li:first-of-type {
  font-weight: 500;
}
.course__summary li:not(:first-of-type):before {
  content: '•';
  color: #000000;
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  .course__summary {
    margin-bottom: 36px;
  }
}
.course-info .bootcampButton {
  display: flex;
  height: 56px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 100px;
  background: #e90029;
  color: #ffffff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  width: 22%;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .course-info .bootcampButton {
    width: 100%;
  }
}
