.target{
  background: url('../img/target.jpg') no-repeat;
  background-size:100%;
  padding: 30px;
}
.target >h2{
  margin-bottom: 0;
}
section {
  padding: 0;
}
.feature-large {
  padding: 60px 0;
  background: #e4e2e2;
}
.feature-large .row  {
  position: relative;
}
.feature-large .row>div>img{
  border: 7px solid #fff;
  position: absolute;
  top: 0;
  z-index: 2;
}

.feature-large .report_text {
  border: 3px solid #fff;
  margin-top: 30px;
}
.reportbg1>div{
  margin: 0 auto;
}
.image-bg{
  margin-top: 30px;
}
.opacity{
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid red;
  background: #000;
  opacity: 0.3;
}
.image-bg.overlay.container{
  min-height: 290px;
  display: flex;
  align-items: center;
}
.image-bg.overlay.container .container{
 
}