.si-product-feature-box {
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.10);
  border-radius:3px;
}

.si-product-feature-box .product-feature-box-link{
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align:center;
  color:inherit;
}

.si-product-feature-box .product-feature-box-image{
  height:140px;
  background-size:cover;
  background-position:center bottom;
  background-repeat:no-repeat;
}

.si-product-feature-box .product-feature-box-title{
  padding:40px 20px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #424649;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin:0;
  color:inherit;
}

.si-product-feature-box .product-feature-box-subtitle{
  padding:0 20px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: inherit;
}

@media (max-width:1100px){
  .si-product-feature-box .product-feature-box-subtitle{
    display:none;
  }
  .si-product-feature-box .product-feature-box-image{
    height:90px;
    background-size:cover;
    position:absolute;
    bottom:0;
    width:100%;
  }
  .si-product-feature-box{
    min-height:180px;
    display:flex;
  }
  .si-product-feature-box .product-feature-box-title{
    padding-top:20px;
    min-height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
  }
}

@media (max-width:767px){
  .si-product-feature-box{
    margin:0 auto 20px;
    max-width:450px;
  }
  .si-product-feature-box{
    min-height:auto;
    display:block;
  }
  .si-product-feature-box .product-feature-box-title{
    min-height:auto;
    display:inline-block;
  }
  .si-product-feature-box .product-feature-box-image{
    position:relative;
    background-size:contain;
  }
}