/* Course developer notice before footer */
body.single-lp_course footer#footer::before,
body.single-product footer#footer::before {
  content: "@This course is developed by BELLS Institute of Higher Learning Pte Ltd.";
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  color: #003b79;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding: 32px 62px;
}

@media screen and (max-width: 767px) {
  body.single-lp_course footer#footer::before,
  body.single-product footer#footer::before {
    font-size: 14px;
    padding: 24px 20px;
  }
}