.presentation__value-proposition {
    /*box*/
    margin:80px 0px;

    /*background*/
    background: radial-gradient(ellipse farthest-corner at center top, #6ECDFF 20%, rgb(75, 95, 250) 80%);
    background-clip: text;

    /*text*/
    font-family: var(--ff-title);
    text-align: center;
    color: rgba(0, 0, 0, 0);
}