#section-table {
    margin: 250px 0 100px 0;
}

#section-table-table {
    background-color: #F2ECFF;
    border-radius: 26px;
    padding: 1px 10px 60px 10px;
    position: relative;
}

#section-table-table table {
    border-spacing: 30px 0;
    border-collapse: separate;
    border: 0;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-top: -180px;
}

#section-table-table table td,
#section-table-table table th {
    padding: 5px;
    border: 0;
    font-size: 14px;
}

#section-table-table table thead th {
    text-align: center;
    font-weight: normal;
    padding-bottom: 40px;
    vertical-align: top;
}

#section-table-table table thead th img {
    display: block;
    width: 75px;
    height: 75px;
    object-fit: contain;
    margin: 20px auto;
}

#section-table-table table tbody th {
    text-align: right;
}

#section-table-table table tbody td {
    text-align: center;
    width: 120px;
}

#section-table-table table tbody td.good {
    color: #61a629;
}

#section-table-table table tbody td.bad {
    color: #bf731d;
}

.section-table-bg {
    position: absolute;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 3px 15px #00000019;
}

@media only screen and (max-width: 800px) {
    #section-table {
        margin: 100px 0;
    }
}

@media only screen and (max-width: 700px) {
    #section-table-table table {
        border-spacing: 0;
        border-collapse: collapse;
        margin-top: -125px;
    }

    .section-table-bg {
        box-shadow: none;
        border: 1px solid #e5e5e5;
        box-sizing: content-box;
    }

    #section-table-table table td,
    #section-table-table table th {
        padding: 5px 2px;
        font-size: 12px;
    }

    #section-table-table table thead th {
        padding-bottom: 10px;
    }

    #section-table-table table tbody td {
        width: 80px;
        border-bottom: 1px solid #f7f7f7;
    }
    #section-table-table table tbody tr:first-of-type td {
        border-top: 1px solid #f7f7f7;
    }

    #section-table-table table thead th img {
        width: 50px;
        height: 50px;
        margin: 10px auto;
    }

    #section-table-table table tbody th {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 500px) {
    #section-table {
        margin: 100px 0 50px 0;
    }
    #section-table-table table {
        margin-top: -100px;
    }

    #section-table-table table td,
    #section-table-table table th {
        font-size: 11px;
    }

    #section-table-table table tbody td {
        width: 70px;
    }

    #section-table-table table thead th img {
        width: 40px;
        height: 40px;
        margin: 5px auto;
    }
}

@media only screen and (max-width: 400px) {

    #section-table-table table td,
    #section-table-table table th {
        font-size: 10px;
    }
}

@media only screen and (max-width: 360px) {
    #section-table-table table {
        margin-top: -80px;
    }

    #section-table-table table td,
    #section-table-table table th {
        font-size: 9px;
    }

    #section-table-table table thead th img {
        width: 30px;
        height: 30px;
    }
}