* {
  box-sizing: border-box;
}

.dxsolution {}
.dxsolution h2 {
  margin-bottom: 30px;
}
.dxsolution .box_border {
  background: #f1f7f4;
  padding: 15px;
}
.dxsolution .box_border h4 {
  text-align: center;
  margin: 0 0 10px;
}
.dxsolution .box_border h4 span{
	font-size: 13px;
	font-weight: normal;
}