#facts.bg-light {
    background-color: #e9ebec!important;
}

#facts .text-secondary {
    color: #c61800!important;
}

#facts .fact {
    line-height: 1.2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

#facts .fact .fact-heading, #facts .fact .fact-number {
    font-family: Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

#facts .fact .fact-number {
    font-size: 36.8px;
    font-size: 2.3rem;
}

#facts .fact .fact-heading {
    font-size: 17.6px;
    font-size: 1.1rem;
}

#facts .fact .fact-text {
    font-size: 11.2px;
    font-size: .7rem;
}

@media (max-width: 991.98px){
    #facts .fact {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }
}

@media (max-width: 767.98px){
    #facts .fact {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
