
    .wefef{
        margin-bottom: 5px;
        font-size: 26px;
        color: #424242;
    }

    .subtitle {
        color: #4A5565;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .section-title {
        background-color: #D0FAE5;
        color: #000000;
        padding: 10px;
        font-weight: 400;
        text-align: center;
        margin-top: 20px;
        font-size: 20px;
    }
    .section-tle{
                background-color: #059669;
        color: #FFFFFF;
        padding: 10px;
        font-weight: 400;
        text-align: center;
        margin-top: 50px;
        font-size: 20px;
    }
    .fefef{
        background-color: #FFFBEB;
        border: 1px solid #FEE685;
        border-radius: 10px;
        padding: 8px 10px;
        p{
            font-size:14px ;
            font-weight:400 ;
            color: #7B3306;
        }
    }
    table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 0;
    }

    th, td  {
        padding: 10px;
        text-align: center;
        font-size: 14px;
        font-weight: 400 ;
    border-left: 1px solid #cfcfcf8f;
    border-right: 1px solid #cfcfcf8f;
    border-top: none;
    border-bottom: none;
    }
th:first-child,
td:first-child {
    border-left: none;
}

th:last-child,
td:last-child {
    border-right: none;
}
    th {
        background-color: #059669;
        color: #fff;
    }

    tr:nth-child(even) {
        background-color: #E6FFF3;
    }

    .left {
        text-align: left;
    }

    .note {
        font-size: 12px;
        color: #777;
        margin-top: 10px;
    }
    .left  {  
        padding-left: 50px;
    }
    .small-text{
        font-size: 10px;
    }
@media screen and (max-width: 768px) {
     .left  {  
        padding-left: 20px;
    }
 .table-scroll {
    width: 100%;
    overflow-x: auto;       
    -webkit-overflow-scrolling: touch; 
}

.table-scroll table {
    min-width: 500px;       
    border-collapse: collapse;
}

    .wefef{
        font-size: 18px;
    }

    .subtitle {
        font-size: 12px;
    }

    .section-title {
      font-size: 14px;
    }
    th, td {
    font-size: 12px;
}
    .section-tle{
        font-size: 14px;
    }
    .fefef{
        p{
            font-size:10px ;
            img{
                width: 12px;
                height: 12px;
            }
        }

    }
}