#app .scl-sticky-banner__content--sticky {
  background-color: #F4F4F4;
  border-bottom: 1px solid #ABAFB2;
}
/* Remove space at bottom of cards without CTA */
#app .scl-card-icon__content {
  margin-bottom: auto;
  padding: 0 16px;
}
/* Background panel */
.black-bg {
  background-color: #2D373E;
}
.light-bg { 
	background-color: #e3e7e0;
}
/* Background image */
@media(min-width:1024px) {
.training-img-div{
background-image: url("https://hia.com.au/-/media/images/background-image-full-width/careers-learning-BG.jpg");
background-position: 50% 0;
background-size: cover;
}
}