.bplugins-container {
  width: 80%;
  min-width: 1140px;
  margin: 0 auto;
}
.bplugins-container .center {
  text-align: center;
}
.bplugins-features {
  display: flex;
  justify-content: space-between;
}
.bplugins-feature {
  background: #ffffff;
  padding: 20px;
}
.bplugins-feature i {
  font-size: 30px;
  color: #4527a4;
}
.bplugins-feature h3 {
  margin-bottom: 10px;
  font-size: 17px;
}
.bplugins-feature p {
  margin-top: 0;
  font-weight: 400;
}
/* .bplugins-features .col:first-child {
      margin-left: 0;
    }
    .bplugins-features .col:last-child {
      margin-right: 0;
    } */
.bplugins-container .row [class^="col"] {
  margin: 0.5rem 1%;
}
