ol {
 list-style-type: decimal;
 list-style-position: outside;
 color: #666;
}

.ordered-list {
  color: #666;
}

.learning-contact {
  margin: 40px 0 60px 0;
}
.learning-contact .option {
  margin-bottom: 50px;
}
.learning-contact .support-email-address p,
.learning-contact .support-phone-number p {
    font-size: 18px;
}
.learning-contact .support-email-address p a,
.learning-contact .support-phone-number p a {
  display: none;
}

.learning-contact .cta-description {
  min-height: 45px;
}

.video-thumb {
  margin-top: 1.2rem;
}
.section {
  margin: 3rem 0 3rem 0;
}
.section h3 {
  margin: 1.375rem 0 0.4375rem 0;
}
.section iframe {
  border: 1px solid #ccc;
}
.image-right .image {
   float: right;
   display: inline;
   width: 60%;
}

@media (max-width: 768px) {
.video-container {
  width: 250px;
}
.video-container iframe {
  width: 100%;
  height: 100%;
}
.image-right .image {
   float: none;
   display: block;
   width: 80%;
   margin: 1rem auto;
}
}