.course-lead {
  text-align: center;
}
.course-net {
  margin: 32px 0 24px;
}
.course-net-card {
  padding: 16px 24px 32px;
  background-color: #FFFDCE;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.course-net-card > dt {
  margin-bottom: 16px;
}
.course-net-card > dd {
  margin-top: auto;
}
.course-net-card-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
.course-net-card-title > strong {
  font-size: 2.8rem;
}
.course-net-card-title > small {
  font-size: 1.6rem;
}
.course-net-card-text {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.course-net-netflix {
  text-align: center;
  line-height: 1.5;
}
.course-net-netflix-text {
  font-size: 1.4rem;
}
.course-net-netflix-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 16px 0;
  align-items: baseline;
}
.course-net-netflix-copy > p {
  font-weight: bold;
}
.course-net-netflix-copy > p:nth-of-type(2) {
  font-size: 2.2rem;
  margin-left: 4px;
}
.course-net-netflix-copy > p:nth-of-type(2) strong {
  font-size: 3.2rem;
}
.course-net-netflix-present {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.course-net-netflix-present > img {
  width: 120px;
}
.course-net-netflix-present > p {
  margin-left: 16px;
  font-size: 2rem;
  font-weight: bold;
}
.course-tv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 624px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin: 32px auto 24px;
}
.course-tv-card {
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  width: 300px;
  height: 110px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.course-tv-card > dl > dt {
  font-size: 1.8rem;
}
.course-tv-card > dl > dd > span {
  font-size: 1.8rem;
  color: #0095A1;
}
.course-tv-card > dl > dd > span > strong {
  font-size: 2.2rem;
}
.course-phone {
  margin: 32px 0 24px;
}
.course-phone-card {
  text-align: center;
}
.course-phone-card-text {
  font-weight: bold;
}
.course-phone-card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
}
.course-phone-card-price > p {
  color: #0095A1;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.3;
}
.course-phone-card-price > p sup {
  font-weight: normal;
  color: #222;
}
.course-phone-card-price > p strong {
  font-size: 4rem;
}
.course-phone-card-price > p small {
  font-size: 1.4rem;
  font-weight: normal;
  color: #222;
}
.course-phone-card-price + .course-phone-card-copy {
  margin-top: 0;
  margin-bottom: 16px;
}
.course-phone-card-pic {
  width: 130px;
  margin: 0 auto;
}
.course-phone-card-copy {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}
.course-phone-card-copy > small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .course-lead {
    text-align: left;
    font-size: 1.4rem;
  }
  .course-net {
    margin: 24px 0 16px;
  }
  .course-net-card {
    padding: 12px 20px 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .course-net-card > dt {
    margin-bottom: 0;
    width: calc(100% - 110px);
    padding-right: 12px;
  }
  .course-net-card > dd {
    margin-top: 0;
    width: 110px;
  }
  .course-net-card-text {
    margin-top: 0px;
  }
  .course-net-netflix-text {
    text-align: left;
  }
  .course-net-netflix-copy {
    display: block;
    text-align: center;
  }
  .course-net-netflix-present {
    margin-top: 24px;
    display: block;
    text-align: center;
  }
  .course-net-netflix-present > p {
    margin: 8px 0 0;
  }
  .course-tv {
    margin: 24px auto 16px;
    gap: 16px;
  }
  .course-tv-card {
    width: 100%;
  }
  .course-phone {
    margin: 16px 0 24px;
  }
  .course-phone-card-price {
    margin-top: 12px;
    display: block;
  }
  .course-phone-card-copy {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 767.99px), print {
  .course-phone-card .card-box-body > dt {
    min-height: 72px;
  }
  .course-phone-card .card-box-body > dd {
    height: calc(100% - 72px);
  }
}