@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .info-box .status {
        font-size: calc(0.8vw + 1px);
    
    }
}