.hero-image{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../img/css-img/executive-coaching.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/css-img/executive-coaching.jpg");
  background-position: top;
}

.executive-coaching-entities-wrapper{
  padding-top: 20px;
  padding-bottom: 20px;
}
.coaching-model-wrapper{
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-right{
  color:brown;
  padding-top: 10px;
}

.icf-image-wrapper{
  padding-top: 25px;
}

.col-sm-8{
  padding-top: 35px;
}

span{
  text-decoration: underline;
	font-weight: bold;
}

.section-contents{
	height: 100%;
}
