.index-numbers-wrapper{
    padding:3rem;
    border:solid 1px var(--color-c);
    border-radius: 12px;
    margin-bottom: 3rem;
    box-shadow: 15px 15px 25px rgba(0,0,0,0.1);
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    color:var(--color-6);
}
.index-numbers-wrapper h2{
    margin-bottom: 1.5rem;
}
.index-number{
    text-align: center;
    line-height: 1.2;
    padding:1rem;
    height:180px;
}
.index-number .prenum{
    color:var(--color-6);
}
.index-number .num{
    color:var(--blue-color);
    font-size: 3rem;
    font-weight: 900;
    margin-bottom:0.5rem;
}
.index-number .postnum{
    font-weight:bold;
    text-transform: uppercase;
}
.index-numbers-wrapper .call-to-action{
    position:absolute;
    bottom:0;
    left:50%;
    transform: translate(-50%, 40%);
}