.benefits-text-desc {
    font-weight: 480;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    margin-top: 25px;
    color: white;
    
}


#box-id-1 {
    border-radius: 25px;
    background: linear-gradient(130deg, #3D6EF6 0.78%, #00B2EE 75.96%);
    box-shadow: 0px 6px 20px 0px rgba(132, 230, 255, 0.25);
    min-height: 290px !important;
}

#box-id-2 {
    border-radius: 25px;
    background: linear-gradient(130deg, #3D6EF6 0.78%, #00B2EE 75.96%);
    box-shadow: 0px 6px 20px 0px rgba(132, 230, 255, 0.25);
    min-height: 290px !important;

}

#box-id-3 {
    border-radius: 25px;
    background: linear-gradient(130deg, #3D6EF6 0.78%, #00B2EE 75.96%);
    box-shadow: 0px 6px 20px 0px rgba(132, 230, 255, 0.25);
    min-height: 290px !important;

}

.box-btns {
    position: absolute; 
    right: 30px; 
    bottom: 25px;
    width: 151;
    border-radius: 20px;
    color: #FFFFFF;
    background: #121317;
    border: none;
    outline:  none;
    padding: 6px 30px;
}

.box-header {
    font-weight: 900;
    font-size: 36px;
    line-height: 42.19px;
    margin-top: 5px;
    color: white;
}

.benefit-box {
    flex: 1;
    /*border: solid 1px var(--tw_purple);
    box-shadow: 0px 0px 10px 3px #6B95FF;*/
    border-radius: 25px !important;
    min-height: 200px;
    min-width: 244px;

    /* border: 1.5px solid #E8EBFF !important; */
    padding: 45px 35px;
}


.benefits-title {
    margin-top: 0px;
    color: white;
}

.benefit-img {
    width: 60px;
    height: 60px;
}

.teams-benefits-title {
    font-size: 38px;
    text-align: left;
    margin-left: 15px;
    font-weight: 600;
    color: #121317;
    line-height: normal;
}