.benefit-card-wrapper{
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.benefit-card{
    position: relative;
    padding: 2rem;
    border-radius: 1rem;
    background: #80808018;
    backdrop-filter: blur(25px);
    z-index: 1;
}

.stat-wrapper{
    display: flex;
    justify-content: right;
    margin-bottom: 1.5rem;
}

.benefit-stat{
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
}

.benefit-stat svg{
    line-height: 1.2;
    height: 5rem;
    width: 5rem;
}


.benefit-title{
    font-weight: 600;
    margin-bottom: .5rem;
}

.benefit-desc{
    color: rgba(255, 255, 255, 0.75);
}
