.screening-icon {
        width: 45px;
        height: 45px;
        border-radius: 10px;

        display: flex;
        align-items: center;
        justify-content: center;

        font-size: 21px;
    }

    .table th {
        font-size: 13px;
        font-weight: 600;
        white-space: nowrap;
    }

    .table td {
        font-size: 14px;
    }