.template_det_features {
  position: relative;
  padding: 100px 0;
  background-color: #0374630a!important;
}
.template_det_features .features_card {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.template_det_features .features_card .icon {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.template_det_features .features_card .icon img {
  width: 40px;
  height: 40px;
}
.template_det_features .features_card .inf h5 {
  color: #00BC6C;
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0 20px;
}
.template_det_features .features_card .inf .text {
  color: #3E4348;
}