.feature-section{
background-color: #F7F7F7;
}

.feature-section .feature-wrap {
    text-align: center;
}

.feature-section .feature-wrap .circle-wrap {
    height: 175px;
    width: 175px;
background: rgb(253,89,98); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(253,89,98,1) 0%, rgba(253,89,98,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(253,89,98,1) 0%,rgba(253,89,98,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(253,89,98,1) 0%,rgba(253,89,98,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5962', endColorstr='#fd5962',GradientType=1 ); /* IE6-9 */

    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    line-height: 38px;
    font-weight: 600;
    color: #fff;
  margin-bottom: 22px;
  flex-direction: column;
  transition: all .5s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.feature-section .feature-wrap .value-wrap{
position: relative;
}

.feature-section .feature-wrap .value-wrap:after{
    content: '';
    height: 195px;
    width: 195px;
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #FFC1A0;
    z-index: 0; 
    border-radius: 50%;
  transition: all .5s ease,font-weight 0s;
}

.feature-section .feature-wrap .value-wrap:hover:after{ 
height: 210px;
width: 210px;  
  top: -17px;
  left: -17px;  
  
background: transparent linear-gradient(180deg, #FE905580 0%, #FE596280 38%, #AD73A980 73%, #AD73A980 100%) 0% 0% no-repeat padding-box;
opacity: 0.7;  
  
}

.feature-section .feature-wrap .value-wrap:hover .circle-wrap {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fe9055+0,fe5962+100 */
background: rgb(254,144,85); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,144,85,1) 0%, rgba(254,89,98,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,144,85,1) 0%,rgba(254,89,98,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,144,85,1) 0%,rgba(254,89,98,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9055', endColorstr='#fe5962',GradientType=0 ); /* IE6-9 */

}


.feature-section .feature-wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-section .feature-wrap .value-wrap .icon-wrap {
    height: 0;
    transition: height 0.5s ease;
}
.feature-section .feature-wrap .value-wrap .icon-wrap img{
     opacity: 0;
    transition: opacity 0.5s ease;
}


.feature-section .feature-wrap .value-wrap:hover .icon-wrap{
  height: 50px;
}
.feature-section .feature-wrap .value-wrap:hover .icon-wrap img{
  opacity: 1;
}


.feature-section .feature-wrap .value-wrap .value {
    margin-top: 0;
    transition: all .3s ease,font-weight 0s;
}

.feature-section .feature-wrap .value-wrap:hover .value{
margin-top: 10px;
}



.feature-section .feature-wrap .title-wrap h3{
margin-bottom: 0;
}

@media(max-width: 1199px){

.feature-section .feature-wrap .circle-wrap {
    height: 151px;
    width: 151px;
    font-size: 45px;
  line-height: 31px;
}

.feature-section .feature-wrap .value-wrap:after{
    height: 167px;
    width: 167px;
    top: -8px;
    left: -8px;
}

.feature-section .feature-wrap .value-wrap:hover:after{ 
height: 187px;
width: 187px;  
  top: -18px;
  left: -18px;  
}
}


@media(max-width: 991px){

.feature-section .feature-wrap .circle-wrap {
    height: 127px;
    width: 127px;
    font-size: 36px;
  line-height: 25px;
}

.feature-section .feature-wrap .value-wrap:after{
    height: 141px;
    width: 141px;
    top: -7px;
    left: -7px;
}

.feature-section .feature-wrap .value-wrap:hover:after{ 
height: 151px;
width: 151px;  
  top: -12px;
  left: -12px;  
}
  .feature-section .feature-wrap .circle-wrap {
    font-size: 32px;
}
}


@media(max-width: 767px){
.feature-section .feature-wrap .circle-wrap {
    font-size: 30px;
}
  .feature-section .feature-col+.feature-col{
    margin-top: 40px;
  }
}