.how_plans_work_wrapper{
    padding-bottom: 50px;
}
.how_plans_work_section , .how_plans_work_para{
    display: flex;
}
.how_plans_work_section{
    justify-content: center;
}
.how_plans_work_para{
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}
.how_plans_work_numbers{
    font-style: italic;
    font-weight: 500;
    font-size: 48px;
    line-height: 40px;
    background: linear-gradient(180deg, #2E90CF 0%, #0072BC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding: 40px 5px;
}
.how_plans_work_details{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: justify;
    color: #4F4F4F;
    width: 70%;
}
.bg_grey{
    background: #EDEFF1;
}
.bg_lightgrey{
    background: #F8F8F8;
}

@media (max-width:768px){
    .how_plans_work_section{
        flex-direction: column;
    }
    .bg_grey_mob{
        background: #EDEFF1;
    }
    .bg_lightgrey_mob{
        background: #F8F8F8;
    }
}