.features__inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.features__inner > * {
  flex-basis: 100%;
}
.features__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.pluses_v2 .features__col:nth-child(4n) .features__item {
  border: 0;
}
.pluses_v3 .features__col {
  display: flex;
}
.pluses_v3 .features__col:last-child .features__item {
  margin-bottom: 0;
}
.features__item {
  position: relative;
}
.pluses_v1 .features__item {
  text-align: center;
}
.pluses_v2 .features__item {
  display: flex;
  padding-right: 15px;
}
.pluses_v3 .features__item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0, rgba(0, 0, 0, 0.1) 0 0 10px 0;
  border-radius: 8px;
  transition: box-shadow 0.25s;
  background-color: #fff;
  margin-bottom: 20px;
  height: 100%;
}
.pluses_v3 .features__item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0, rgba(0, 0, 0, 0.1) 0 0 20px 0;
}
.pluses_v1 .features__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 50%;
}
.pluses_v2 .features__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 20px;
  margin-bottom: 0;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
}
.pluses_v3 .features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 0;
  border-radius: 50%;
  box-shadow: none;
  background-color: #f3f4f6;
}
.pluses_v2 .features__content {
  flex: 1;
}
.pluses_v1 .features__title {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 22px;
}
.pluses_v2 .features__title {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
}
.pluses_v3 .features__title {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 15px;
}
.pluses_v1 .features__subtitle {
  font-size: 13px;
  line-height: 19px;
  color: #999;
}
.pluses_v2 .features__subtitle {
  font-size: 14px;
  line-height: 18px;
  color: #999;
}
.pluses_v3 .features__subtitle {
  font-size: 13px;
  line-height: 15px;
  color: #999;
}
@media (min-width: 480px) {
  .features__inner.pluses_v2 {
    margin: 0;
    padding: 30px 10px 25px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0, rgba(0, 0, 0, 0.1) 0 0 10px 0;
    transition: box-shadow 0.25s;
    background-color: #fff;
  }
  .features__inner.pluses_v2:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0, rgba(0, 0, 0, 0.1) 0 0 20px 0;
  }
  .pluses_v1 .features__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pluses_v2 .features__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pluses_v2 .features__title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }
  .pluses_v3 .features__title {
    font-size: 18px;
    line-height: 22px;
  }
  .pluses_v3 .features__subtitle {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (min-width: 768px) {
  .pluses_v1 .features__col {
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
  }
  .pluses_v3 .features__col {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .pluses_v2 .features__col {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pluses_v3 .features__col {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pluses_v2 .features__item {
    border-right: 1px solid #ddd;
  }
  .pluses_v2 .features__col:last-child .features__item {
    border-right: none; 
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .pluses_v1 .features__item {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  .pluses_v2 .features__item {
    margin-bottom: 20px;
  }
  .pluses_v3 .features__item {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .pluses_v3 .features__item {
    padding: 10px;
    margin-bottom: 0;
  }
  .pluses_v3 .features__icon {
    width: 60px;
    height: 60px;
  }
  .pluses_v3 .features__icon img {
    width: 40px;
  }
}