.actions{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
width: 100%;
gap: 20px;
}
.title-user-infos{
font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 22px;
/* identical to box height, or 48% */

display: flex;
align-items: center;
text-transform: uppercase;

color: #108A00;
}
.subtitle-user-infos{
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 22px;
/* identical to box height, or 109% */

display: flex;
align-items: center;
text-transform: uppercase;

color: #000000;
}
.next-btn{
background-color: #00A453 !important; color:white;
border-radius: 14px;
}
.back-btn{
background: #007FED;
border-radius: 14px;
text-align: center;
text-decoration: none;
justify-content: center;
display: flex;
align-items: center;
}
.back-btn:hover{
    color: white;
}