.function{
    display: grid;
    grid-template-columns: 25% 3fr;
    box-sizing: border-box;
    padding-bottom: 150px;
    justify-items: start;
    padding: 0 75px;
    box-sizing:border-box;
    padding-top: 150px;
}
.function_caisse{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 50px;
    /* justify-content: flex-end; */
    /* justify-content: space-between; */
    box-sizing:border-box;


}
.function_box{
    box-sizing: border-box;
    transition: 500ms;
    width: 340px;
    height: 280px;
    background: linear-gradient(144.28deg, #F3E7E9 1.29%, #E3EEFF 97.49%, #E3EEFF 97.5%);
    border-radius: 10px;
    padding: 35px;
}
.function_box:hover{
    background: linear-gradient(144.28deg, #F3E7E9 1.29%, #E3EEFF 97.49%, #E3EEFF 97.5%);
box-shadow: 0px 13px 27px -5px rgba(50, 50, 93, 0.25), 0px 8px 16px -8px rgba(0, 0, 0, 0.3);
}
.function_box p{
    padding-top: 20px;
    box-sizing:border-box;
    width: 304px;
    height: 108px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #747474;
}
.function_box li{
    box-sizing: border-box;
    width: 304px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #747474;
}
.function_box ul{
    padding-top: 20px;
}
.function_name{
    width: 51px;
    height: 47px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #111111;
}