.card-feature {
    position: relative;
    border-radius: 7px;
    padding: 50px;
    text-decoration: none;
    z-index: 15;
    height: 220px;
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 4%);
    transition: box-shadow 560ms cubic-bezier(0.16,0.84,0.44,1),-webkit-transform 560ms cubic-bezier(0.16,0.84,0.44,1);
    /* border-radius: 50% */
}

.card-feature,
.card__head-icon {
    box-shadow: 0 10px 28px 0 hsla(210, 8%, 54%, .2);
    background-color: #fff
}

.card-feature{
    box-shadow: none;
    background-color: none;
    align-items: center;
}

.padding-2{
    padding: 2rem 2rem;
}

.padding-bottom-2{
    padding-bottom: 2rem;
}


.card__head-icon {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;  
    color: #12c48b;
    font-size: 38px;
    text-shadow: 1px 1px 10px rgba(18, 196, 139, .2);
}

.card__lottie{
    position: absolute;
    top: 0;
    transform: translateY(-60%);
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;  
    color: #12c48b;
    font-size: 38px;
    background-size: cover;
}

.lottie-image{
    align-items: center  !important;
    margin-left: auto;
    margin-right: auto;
}
.card__head-icon+.card__body {
    margin-top: 30px;
    text-align: center;
}
.card__body{
    margin-top: 40px;
}

.card-feature {
    /* box-shadow: none; */
    /* margin-bottom: 70px; */
    background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
}

.card__title {
    color: var(--white);
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
}


@media (min-width:576px) {

    /* .card-feature {
        padding-left: 26px;
        padding-right: 26px
    } */

    /* .card-feature .card__head-icon {
        left: 38px
    } */
}