.about-data {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 90px 0 0 0;
}

.about-data .inner-table {

    margin-bottom: 50px;
}

.about-data .inner-about h4 {
    background-color: #deac16;
    margin-bottom: 20px;
    padding: 5px;
    color: #fff;
    font-size: 22px;

}

.about-data .inner-about h5 {
    margin-bottom: 20px;
    color: rebeccapurple;

}

.about-data .inner-about p {
    font-size: 18px;
    margin: 33px 0;
    font-weight: 400;
    line-height: 23px;
}

.about-data .table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: auto;
}



.about-data table tr {

    padding: .35em;
}

.about-data table th,
.about-data table td {
    padding: .625em;
    text-align: let;
}

.about-data table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    .about-data table {
        border: 0;
    }

    .about-data table caption {
        font-size: 1.3em;
    }

    .about-data table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .about-data table tr {

        display: block;
        margin-bottom: .625em;
    }

    .about-data table td {

        display: block;
        font-size: .8em;
        text-align: left;
    }

    .about-data table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .about-data table td:last-child {
        border-bottom: 0;
    }
}


@media screen and (max-width: 600px) {
    .about-data table {
        border: 0;
    }

    .about-data table caption {
        font-size: 1.3em;
    }

    .about-data table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .about-data table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .about-data table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: left;
    }

    .about-data table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .about-data table td:last-child {
        border-bottom: 0;
    }
}
