.why_use_lifestyle .card_wrapper, .card_wrapper *{transition: all 0.3s ease;}
.why_use_lifestyle .card_wrapper{
    background-color: white;
    border-radius: 0px;
    border: 2px solid #F4F4F4;
    padding: 80px 30px 80px 30px;
}
.why_use_lifestyle .icon_wrapper{
    width: fit-content;
    aspect-ratio: 1/1;
    border-radius: 999px;
    padding: 20px;
    background: #FEF4EB;
}
.why_use_lifestyle .card_wrapper:hover{
    background-color: var(--pri-color);
    border-color: var(--darkgrey-color);
    box-shadow: 0px 15px 11px -4px rgba(0, 0, 0, 0.15);

}
.why_use_lifestyle .card_wrapper:hover p,.card_wrapper:hover h3{
    color: #fff!important;
}

.why_use_lifestyle .card_wrapper:hover .icon_wrapper{
    transform: scale(1.2);
}