.product-benifits-section .section-heading {margin-bottom:2rem}
.benefits-block {
    background: #ffffff;
    border-radius: 7px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding:15px;
    margin: 15px 0;
  width: 100%;
}
.benefits-block:hover {
    box-shadow: -1px 9px 18px 0px rgba(75,81,91,0.1);
    transform: translateY(-0.5em);
}
.benefits-block h4{font-size: 1.2rem;font-weight: 700;}
.benefits-block h3{font-size: 1.4rem;font-weight: 700; color:#fdb515}

.img-box {
    position: relative;
   /* padding: 20px 0; */
   
    font-size: 50px;
    line-height: 1;
    width: 1.8em;
    margin-left: auto;
    margin-right: auto;
}
.img-box img{80px;}
.box-circle-large {
    left: 0;
    bottom: 8px;
    width: 1.37em;
    height: 1.37em;
    background: rgba(78,74,200,0.1);
}
.benefits-block:hover .box-circle-large {
    transform: scale(1.2);
}
.box-circle-small {
    top: 0;
    right: 0;
    width: 0.59em;
    height: 0.59em;
    background: rgba(128,137,255,0.1);
}
.box-circle-large, .box-circle-small {
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.benefit_title{
padding-top:30px;
}