.sp-feature-product {
  text-align: center;
  margin-bottom: var(--stdMargin);
}

.sp-feature-product_inner {
  background-color: var(--secondaryColor);
  padding: 50px;
}
.sp-feature-product_item {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.sp-feature-product__image {
  position: relative;
}

.sp-feature-product_item img {
  padding-right: 30px;
}
.sp-feature-product__price {
  display: inline-block;
  background-color: var(--whiteColor);
  padding: 5px 20px;
  position: absolute;
  bottom: 20%;
  right: 0;
  z-index: 1;
  font-weight: 600;
}
.sp-feature-product__title {
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 15px;
}
.sp-feature-product .btn {
  margin-top: var(--stdMargin);
}


@media screen and (max-width: 560px) {
  .sp-feature-product_inner {
    padding: 35px 20px;
  }
  .sp-feature-product_inner .sp-feature-product_item:last-child {
    margin-bottom: 0;
  }
}