/* NUMBER DESC */

.number_desc {
    padding-top:var(--gap3);
    padding-bottom:var(--gap3);
}
.number_desc .big-kpi {
    max-width: 520px;
    width: 100%;
    min-height:360px;
    z-index:1;
    padding:0px;
    position: relative;
    margin-right:85px;
    @media(max-width: 768px) {
        margin-right:0px;
        margin-bottom:var(--gap2);
    }
}
.number_desc .big-kpi > .ctnr {
    position:relative;
    z-index:1;
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.number_desc .big-kpi > .ctnr .title {
    color: var(--secondary-400);
    font-size: 85px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom:15px;
}
.number_desc .big-kpi > .ctnr .desc {
    color: var(--grey-700);
    line-height: 120%;
    margin-bottom:30px;
    font-size:24px;
    text-align: center;
    max-width: 315px;
    text-transform: lowercase;
}
.number_desc .big-kpi > .bck {
    position: absolute;
    z-index:0;
    background:var(--white);
    top:0;
    bottom:0;
    right:0;
    left:0;
}

.number_desc p {
    color:var(--grey-700);
    font-weight:400;
    line-height: 150%;
    margin-bottom:var(--gap2);
    padding-left:var(--gap15);
    padding-right:45px;
    @media (max-width: 768px) {
        padding-left:0px;
        padding-right:0px;
    }
}

.number_desc > .ctnr {
    align-items: center;
    @media(max-width: 768px) {
        display: block;
    }
}

.number_desc > .ctnr >div {
    flex-basis: 50%;
    display:flex;
    align-items: center;
    justify-content: center;
}

.number_desc > .ctnr >div.desc {
    justify-content: flex-start;
}

.number_desc .bloc_bck:before {
    top:-16px;
    right:-16px;
}

.number_desc .bloc_bck:after {
    bottom:-16px;
    left:-16px;
}