.content-with-background-image .content-wrapper {
  padding: 10px;
}
.content-with-background-image .content-image-inner{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 50px 50px 50px;
}
.content-with-background-image .row {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  flex-wrap:wrap;
}
.content-with-background-image h2 {
  color:#fff;
  font-size:36px;
  font-weight: 600;
  line-height:40px;
  margin-bottom: 20px;
  margin-top:0;
}
.content-with-background-image h2:after {
  content: '';
  display: block;
  width: 130px;
  height: 8px;
  background: #067df4;
  margin-top: 12px;
  margin-right: auto;
}
.content-with-background-image h4 {
  margin-bottom: 20px;
  color: #fff;
  margin-top: 0;
  line-height: 22px;
}
.content-with-background-image p{
  color:#fff;
}
.content-with-background-image .btn {
  margin-top: 34px;
}
.content-with-background-image .btn a {
  font-family: "Campton", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #067df4;
  color:#ffffff;
  display: inline-block;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease 0s;
  box-shadow: none;
  text-decoration: none;
  padding: 15px 20px 15px 20px;
}
.content-with-background-image .btn a:hover,
.content-with-background-image .btn a:focus{
  background-color:#f15f3f;
  color:#fff;
}

@media (min-width: 768px){
  .content-with-background-image .right,
  .content-with-background-image .left{
    width: 50%;
  }
}