.csi-body-2 {
  padding: 1.5rem 0;
  text-align: center;
}
.csi-body-2 .csi-bodyBox {
  background: silver;
  padding: 20%;
}
.csi-body-2 .csi-bodyBox:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.csi-body-2 .csi-bodyBox h2, .csi-body-2 .csi-bodyBox p, .csi-body-2 .csi-bodyBox a, .csi-body-2 .csi-bodyBox button {
  position: relative;
}
.csi-body-2 .csi-bodyBox h2, .csi-body-2 .csi-bodyBox p {
  color: #fff;
}


@media (max-width: 992px) {
  .csi-body-2 .col-lg-6{
    margin: .75rem;

  }
}