section.cake-detail {
    background: #000;
    color: #fff;
    padding: 20px 0px;
}

section.cake-detail.promotion-news.promotion-news table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: .9em;
    /* margin-block-end: 15px; */
    width: 100%;
    padding-bottom: 15px;
}

section.cake-detail.promotion-news.promotion-news tbody {
    display: table-row-group;
    vertical-align: middle
}

section.cake-detail.promotion-news.promotion-news tbody,
section.cake-detail.promotion-news.promotion-news tr {
    border-color: inherit;
    unicode-bidi: isolate
}

section.cake-detail.promotion-news.promotion-news tr {
    display: table-row;
    vertical-align: inherit
}

section.cake-detail.promotion-news.promotion-news table td,
table th {
    border: 1px solid hsla(0, 0%, 50%, .502);
    line-height: 1.5;
    padding: 15px;
    vertical-align: top
}

section.cake-detail.promotion-news.promotion-news table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: #80808012
}

section.cake-detail.promotion-news.promotion-news table tr td {
    width: unset !important
}
section.cake-detail.promotion-news.brand-story table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background: none;
    border: none;
    width: 50% !important;
    padding: unset;
}
section.cake-detail.promotion-news.brand-story blockquote span {
    color: #Fff !important;
}
@media(max-width:990px) {
    section.cake-detail.promotion-news.brand-story table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background: none;
    border: none;
    width: 100% !important;
    padding-right: 0px !important ;
}
    section.cake-detail.promotion-news img {
        width: 100% !important;
        height: 100% !important;
        margin: unset !important;
    }

    .sec-news h2 {
        font-size: 30px;
    }
}