.stats-others__container {
    margin-top: 80px;
    margin-bottom: 100px;
    border: 1px solid #ececec;
    padding: 10px 40px 40px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.1);
}

.stats-others__content-block {
    display: block;
    min-height: 100px;
    width: 100%;
    margin-bottom: 3rem;
    background: #005a5e;
}

.stats-others__content-wrapper {
    color: #fff;
    text-align: center;
    justify-content: center;
}

.stats-others__stats-header {
    display: block;
    font-size: 56px;
    font-weight: 800;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}

.stats-others__desc-label {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}

.stats-others__table-container {
    display: block;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.stats-others__table-header > thead,
.stats-others__table-header > thead > tr,
.stats-others__table-header > thead > tr > th {
    background: #005a5e;
    color: #ffffff;
}

.stats-others__col-33 {
    width: 33.33%;
}