.sy_table_content h2{
    font-size: 2.5rem;
    font-weight: 500;
    color: #0a1126;
    margin-bottom: 3.5rem;
    text-transform: capitalize;
}
.sy_table_content .sy_table_box tr td{
    border: #eee solid 1px;
    /* width: ; */
    display: table-cell;
}

.sy_table_content .sy_table_box tr:nth-child(odd) td{
    background-color: rgb(248, 248, 248);
}
.sy_table_content .sy_table_box tr:nth-child(even) td{
    background-color: #fff;
}
.sy_table_content  tr td{
    color: #494949;
}