.specs {
  margin-bottom: 0;
}

.boxes {
  overflow: hidden;
}

.boxes div {
  width: 133px;
  height: 88px;
  max-width: 100%;
  float: left;
  padding: 18px;
  margin: 8px 18px 8px 0;
  background: #f7f7f7;
  border-radius: 8px;
}

.boxes div:last-child {
  margin-right: 0;
}

.boxes div em,
.boxes div strong {
  display: block;
  text-align: center;
  font-size: 18px;
}

.boxes div em {
  font-style: normal;
  padding: 8px 0 0 0;
  height: 32px;
}

.boxes div.feature_sign em,
.boxes div.feature_encr em,
.boxes div.feature_auth em {
  padding-top: 3px;
  height: 42px;
}

.boxes div.feature_sign em img {
  width: 48px;
  height: 42px;
  -webkit-filter: drop-shadow(1px 1px 3px rgb(0 0 0 / 0.38));
  filter: drop-shadow(1px 1px 3px rgb(0 0 0 / 0.38));
}

.boxes div.feature_encr em img {
  width: 48px;
  height: 32px;
  -webkit-filter: drop-shadow(1px 1px 3px rgb(0 0 0 / 0.38));
  filter: drop-shadow(1px 1px 3px rgb(0 0 0 / 0.38));
}

.boxes div.feature_auth em img {
  width: 30px;
  height: 38px;
}

.boxes div strong {
  /*height: 55px;*/
}

.boxes div strong.bigger {
  font-size: 33px;
  padding: 8px 0 0 0;
}

.boxes div strong.normal {
  font-weight: normal !important;
}

.buybox {
  text-align: center;
}

.buybox a {
  display: inline-block;
  margin: 7px 18px;
  padding: 12px 28px;
  font-size: 18px;
}
