h2{
    color: red;
    padding: 20px 0;
}
.commodity_card_header{
    font-weight: 700;
    font-size: 16px;
    border-top: 2px solid rgb(0, 115, 255);
}
.major{
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}