*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body, html{
    font-size: 67.5%;
}

body{
    font-family: 'Lato', sans-serif;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}

h1, h2{
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    margin-top: 5rem;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    padding: 0 26rem;
}


.col-12{
    display: flex;

    justify-self: center;
    align-items: center;
    margin-top: 3rem;
    width: 50%;
}

.dash-s-info {
    background: rgba(237,28,36,.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.1em;
    padding: 1em 1.35em;
    border-radius: 0.75em;
    align-items: center;
    width: 100%;
}

.dash-s-info strong {
    margin-bottom: 0.5em;
}

.dash-s-info .dsi-block {
    background: #fff;
        padding: 3em 6.35em;
    box-shadow: 0 0 1em rgb(0 0 0 / 10%);
    border-radius: 0.75em;
    width: 100%;
   
}

strong{
    font-size: 3rem;
}

#grow{
    font-size: 3rem;
}

.block{
    margin-top: 1rem;
}

.test{
    width: 100%;
    text-align: center;
}