/* FONTS */
/* NHS Colours */
/* COLOURS */
/* HIGH CONTRAST COLOURS */
/* CUSTOM MIXINS */
@media screen and (min-width: 992px) {
  .ccm-block-page-list-wrapper.video-list {
    margin: 0 ;
  }
}
.ccm-block-page-list-wrapper.video-list .ccm-block-page-list-pages .ccm-block-page-list-page-entry-text .ccm-block-page-list-page-entry-description {
  -ms-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (min-width: 992px) {
  .ccm-block-page-list-wrapper.video-list .ccm-block-page-list-pages .ccm-block-page-list-page-entry-text h3 {
    padding: 30px 0 15px;
  }
  .ccm-block-page-list-wrapper.video-list .ccm-block-page-list-pages .ccm-block-page-list-page-entry-text p {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0 0 15px ;
  }
}
