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

body,html{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 67.5%;
}

body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}




.col-12{
    display: flex;
    width: 80%;
    justify-self: center;
    align-items: center;
    margin-top: 3rem;
}

.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;
}

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

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

strong{
    font-size: 3rem;
}