/* .callout {
    padding: 0.25em 1em;
    margin: 2em 0em;
}

.callout p.body-1-report {
    color: #000;
    margin-bottom: unset;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.2px;
}

.callout.white.number .calloutNumber,
.callout.green.number .calloutNumber {
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 115%;
    color: var(--Primary-Forrester-Green);
    white-space:nowrap;
}


.callout.statistic {
    padding: 0em
}

.callout.white.number {
    background: unset;
    border-left: 0px !important;
    max-width: 600px;
    width: 100%;
    justify-self: center;
}
    .callout.green.number {
    background: linear-gradient(0deg, #F1FBF5 0%, #F1FBF5 100%), #FFF;
    border: 1px solid rgba(0, 86, 63, 0.25);
    max-width: 600px;
    width: 100%;
    justify-self: center;
    padding:30px 20px;
} */