.featurebox-border-001 {
    border-radius: 10px;
   height: 100%;
    padding: 0px 20px 30px !important;
    border: 2px solid #f48238;
}
@media(max-width:991px){
.featurebox-border-001 {
    border-radius: 10px;
    padding: 0px 10px 30px !important;
    border: 2px solid #f48238;
}}

.feature-box-001 .sppb-addon-text {
    font-size: 14px !important;
}

@media(max-width:991px){
.feature-box-001 .sppb-addon-text {
    font-size: 13px !important;
}}

.feature-box-002 img.sppb-img-responsive {
    height: 98px;
    transition: 0.3s;
    margin-top: -25px;
}
@media(max-width:992px){
.feature-box-002 img.sppb-img-responsive {
    height: 50px;
    transition: 0.3s;
      margin-top: -3px;
}}

.feature-box-002 img.sppb-img-responsive:hover {
    transform: scale(1.1);
}
.feature-box-002 h5.sppb-addon-title.sppb-feature-box-title {
    font-size: 18px;
    font-family: roboto;
    color: #cb691c !important;
}
@media(max-width:992px){
.feature-box-002 h5 {
    font-size: 14px !important;
}}

.colum-product {
    padding: 0px 10px 30px;
    border: 2px solid #f58438;
    transition: 0.3s;
}
@media(max-width:992px){
.colum-product {
    padding: 0px 10px 30px;
    border: 2px solid #f58438;
}}

.colum-product:hover {
    transform: translate(5px, 5px);
}

.colum-product img {
    margin-top: -30px;
}

.product-text-001 h5 {
    min-height: 41px;
    position: relative;
}
.product-text-001 h5:before {
    position: absolute;
    content: '';
    width: 39%;
    z-index: 99;
    height: 3px;
    bottom: -13px;
    margin: auto;
    background: -webkit-linear-gradient(-50deg, #ef713a 10%, #edd61b 74%);
    left: 0px !important;
    right:0px;
    transition:0.3s;
}
.product-text-001 h5:hover:before{
    width: 42%; 
}