
    .cs-container {
        display: flex;
        margin-top: 40px;
    }
    .cs-sidebar {
        width: 211px;
        margin-right: 61px;
        margin-bottom: 80px;
    }
    .cs-sidebar h4 {
        font-weight: 400;
        font-size: 20px;
        line-height: 163.68%;
        margin-bottom: 24px;
        padding-left: 15px;
    }
    .cs-sidebar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    @media (max-width: 993px) and (min-width: 441px){
        .cs-sidebar ul {
            max-width: 60%;
        }
    }
    .cs-sidebar li a {
        display: flex;
        min-height: 36px;
        align-items: center;
        justify-content: flex-start;
        padding-left: 15px;
        font-size: 14px;
    }
    .cs-sidebar li a:hover,
    .cs-sidebar li.active a {
        background-color: #EDEDED;
    }
    .cs-content {
        width: calc(100% - 220px);
        margin-bottom: 50px;
    }
    @media (max-width: 993px){
        .cs-container {
            flex-direction: column;
            margin-top: 50px;
        }
        .cs-sidebar,
        .cs-content {
            margin-right: 0;
            width: 100%;
        }
    }
    .cs-content h1 {
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        margin-bottom: 30px;
    }
    .cs-content p {
        font-weight: 400;
        font-size: 14px;
        line-height: 183.18%;
        margin-bottom: 20px;
    }
    .cs-content .cs-table {
        margin-top: 47px;
        border: 1px solid #E6E6E6;
    }
    .cs-table {
        table-layout: fixed;
        margin-bottom: 86px;
    }
    .cs-table th,
    .cs-table td {
        border-bottom: 1px solid #E6E6E6;
        padding: 20px 10px;
        font-weight: 400;
        font-size: 14px;
        line-height: 183.18%;
    }
    .cs-table tr:nth-child(odd) td {
        background-color: #FAFAFA;
    }
    .cs-table p {
        margin: 0;
    }
    .cs-table p + p {
        margin-top: 10px;
    }
    .cs-table .green {
        color: #069203 !important;
    }
    .cs-table th {
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase;
    }
    .cs-table tr th:first-child,
    .cs-table tr td:first-child {
        width: 20%;
    }
    .cs-table tr th:last-child,
    .cs-table tr td:last-child {
        width: 20%;
    }
    .full-img {
        max-width: 100%;
    }