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