.itemBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.feature-center{
    height: 100%;
    position: relative;
    padding-bottom: 70px;
    margin-bottom: unset;
}

.featureItem{
    margin-bottom: 65px;
}

.feature-center p{
    margin: unset;
}

.learnBtn{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: unset !important;
}
.product_icon{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.product_icon img{
    width: 50px;
    height: 50px;
}