@media (width: 3840px) {

    body {
        width: auto;
        column-count: 2;
        -webkit-column-count: 2;
    }

    h1 {
        column-span: all;
        -webkit-column-span: all;
    }

    body > *:nth-child(8) {
        column-break-before: always;
        -webkit-column-break-before: always;
    }

    div.container {
        width: 1899px;
        height: 630px;
        font-size: 1.8em;
    }

    div.donut-container {
        font-size: 1.4em;
    }

    div.check {
        width: 220px;
        font-size: 1.5em;
    }

    div.value {
        width: 364px;
        height: 140px;
        font-size: 1.4em;
    }

    div.info {
        font-size: 36px;
    }

}
