.content-with-bg-image{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 55px;
  position:relative;
}
.content-with-bg-image .content-with-bg-image-inner{
  margin-left:-15px;
  margin-right:-15px;
}
.content-with-bg-image .content-bg-image-content{
  padding-left: 15px;
  padding-right: 15px;
}
.content-with-bg-image h1{
  font-size: 30px;
  color: #ff651a;
  text-align: left; !IMPORTANT;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  margin: 0;
}
.content-with-bg-image p.subtitle{
  font-size: 28px;
  color: #113965;
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
}
.content-with-bg-image .img-col-wrap{
  position: relative;
  z-index: 2;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}
.content-with-bg-image .img-col-wrap img{
  display: block;
  margin: 0 auto;
}
.content-with-bg-image .content-with-bg-overlay{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  opacity: .85;
  position: absolute;
}
.content-with-bg-image .content-wrapper {
  position: relative;
}
.content-with-bg-image .img-col {
  position: relative;
  z-index: 2;
}


@media (min-width: 768px){
  .content-with-bg-image .img-col {
    width: 33.33333333%;
    float: left;
  }
}
