@media only screen and (max-width: 600px) {
    .full_data {
        padding: 10px 10px 0 10px;
    }

    .icont_text {
        margin: 16px 0 0 0;
        column-gap: 10px;
    }

    .icont_text p {
        margin: 0;
    }

    .icont_text i {
        margin: 0;
        font-size: 38px;
    }

    .full_data table {
        width: 100%;
        margin: 16px 0;
    }

    .full_data table span {
        width: 125px;
    }

    .full_data table tbody tr:nth-child(odd), .full_data table tbody tr:nth-child(even) {
        background-color: var(--bg-level-2);
    }

    .full_data tbody tr td{
        padding: 4px;
    }

    .full_data tbody tr th {
        color: var(--text-level-low);
        padding: 4px;
    }

    .full_data table td i {
        line-height: normal;
    }
}