@media (max-width:480px) {
    .sayan_notice_card{
        padding: 24px 32px;
    }
    .sayan_notice_card .sayan_notice_card_container{
        width: 100%;
    }
    .sayan_notice_card .sayan_notice_card_container .result_table .table_show{
        overflow-x: auto;
        scrollbar-color: var(--color-primary);
    }
    .sayan_notice_card .sayan_notice_card_container .result_table .table_show .table_heading{
        font-size: 15px;
        line-height: 1;
    }
    .sayan_notice_card .sayan_notice_card_container .result_table .table_show table tbody tr td {
        line-height: 1.5;
    }
    .sayan_notice_card .sayan_notice_card_container .result_table .table_show table{
        width: 90vw;
    }
}
@media (max-width:375px) {
    .sayan_notice_card{
        padding: 24px;
    }
    .sayan_notice_card .sayan_notice_card_container .result_table .table_show .table_heading{
        font-size: 15px;
        line-height: 1;
    }
    .sayan_notice_card .sayan_notice_card_container .result_table .table_show table tbody tr td {
        line-height: 1.5;
    }
}