.facts-item {
    min-width: 360px;
}
.facts-item div {    
    margin: 4px;
}
.facts-divider {
    width: 44px;
    height: 1px;
}
@media (max-width: 768px) {
    .facts-item {
        min-width: 280px;
    }
    .facts-text p {
        font-size:52px !important;
    }
    .facts-subtext p {
        font-size:16px !important;
    }
}

@media screen and (max-width:568px){
    #facts svg{
        max-width: 72px;
    }
}
.facts-text .display-1{
    font-family: "ZonaPro-light" !important; 
}