.fast-facts-wrapper .fast-fact-wrapper {
    margin: 0 0 0 0.5rem;
    display: flex;
    flex-direction: column;
}

.fast-facts-wrapper .fact-wrapper {
    padding: 1rem;
    border: 0.0625rem solid #c4c4c4;
    background-color: #fff;
    border-left: 0;
    box-shadow: -0.5rem 0 0 #fdb515;
    height: 100%;
    background-clip: padding-box;
}

.fast-facts-wrapper .fact-wrapper .fast-fact-title {
    margin-top: 0;
    color: #636466 !important;
    font-weight: 800;
    font-size: clamp(1.5rem, 5vw, 3rem);
    margin-bottom: 0.75rem;
}

.fast-facts-wrapper .fast-fact-content {
    margin-bottom: 0;
    color: #000 !important;
}

.fast-facts-wrapper .source-wrapper {
    padding: 0.5rem 0;
    text-align: right;
    min-height: 100%;
    color: #000 !important;
    font-size: 0.625rem;
}

.fast-facts-single-column [class*="fast-facts-count-"] {
    display: block;
}

@media (min-width: 768px) {
    .fast-facts-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(325px, 400px));
        gap: 2rem;
        max-width: 100%;
    }
}
