        .container {
            width: 90%;
            margin: auto;
            overflow: hidden;
        }
        .content {
            padding: 20px;
            /*background: #ffffff;*/
            border-radius: 10px;
            margin-top: 20px;
          /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        }
        h2 {
            color: #333;
        }
        .content ul {
            list-style: none;
            padding: 0;
        }
        .content ul li {
            background: #f4f4f4;
            margin: 5px 0;
            padding: 10px;
            border-left: #6dc234 5px solid;
        }
        .table-22 {
            width: 100%;
            border-collapse: collapse;
        }
        .table-22 th, .table-22 td {
            border: 1px solid #ddd;
            padding: 8px;
        }
        .table-22 th {
            background-color: #6dc234;
            color: white;
        }
        .important {
            color: #e8491d;
        }
        @media (max-width: 768px) {
            .table-22 {
        width: 50%;
        padding:4px;
            }
            .table-22 th{
         padding: 3px;
            }
            .table-22 td{
                padding: 15px;

            }
        }
        @media (max-width: 768px) {
          .container {
            width:100%;
            overflow: hidden;
            padding:15px;
        }

            }
        }