@media screen and (max-width: 575px) {
    .small521-row {
        display: flex;
        flex-direction: column;
        width: calc(100%);
        justify-content:unset !important;
        align-items:unset !important;
        gap: 10px;
    }

    .small521-header {
        width: 100%;
    }

    .small521-title {
        display: flex;
        align-items: center;
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 15pt;
        font-weight: bold;
        color: darkslategrey;
    }

    .small521-title::after {
        content: '';
        flex: 1;
        margin-left: 1rem;
        height: 1px;
        background-color: darkslategrey;
    }

    .small521-row-item {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .small521-row-60 {
        width: calc(100%);
    }

    .small521-row-40 {
        width: calc(100%);
    }

    .small521-row-twoitems {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .small521-row-container{
        max-width: 700px;
        width: 100%;
        max-height: 250px;
        position: relative;
    }

    .small521-row-big-image {
        max-width: 700px;
        width: 100%;
        height: 250px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .small521-row-big-title{
        position: absolute;
        width: 100%;
        padding: 12px;
        bottom: 0px;
        left: 0px;
        color:white !important;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    }

    .small521-kitchen-time{
        display: block !important;
        font-size: 9pt;
        color:white !important;
    }

    .small521-big-heading{
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 12pt !important;
        font-weight:bold !important;
    }

    .small521-row-medium-image {
        max-width: 400px;
        width: 100%;
        height: 170px;
        object-fit: cover;
        image-rendering: optimizeQuality;
    }

    .small521-row-medium-link{
        text-decoration: none;
    }

    .small521-kitchen-time-medium{
        display: block !important;
        font-size: 9pt;
        color:lightslategray !important;
    }

    .small521-medium-heading{
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 11pt !important;
        font-weight:normal !important;
        color: black;
    }

    .small521-row-item-small {
        display: flex;
        flex-direction: row;
        gap: 10px;
        height: fit-content;
    }

    .small521-row-item-small-20 {
        width: calc(40%);
    }

    .small521-row-item-small-80 {
        width: calc(60%);
    }

    .small521-row-small-image {
        max-width: 250px;
        width: 100%;
        height: 100px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .small521-row-small-link{
        text-decoration: none;
    }

    .small521-kitchen-time-small{
        display: block !important;
        font-size: 9pt;
        color:lightslategray !important;
    }

    .small521-small-heading{
        font-family: "Noto Sans SC", sans-serif !important;
        font-size: 10pt !important;
        font-weight:bold !important;
        color: black;
    }

    .small521-row-twoitems-subitem{
        width: 50%;
    }
}

@media screen and (min-width: 576px) {
    .small521-row {
        display: flex;
        flex-direction: row;
        width: calc(100%);
        min-width: 550px;
        justify-content:unset !important;
        align-items:unset !important;
        gap: 10px;
    }

    .small521-header {
        min-width: 550px;
        width: 100%;
    }

    .small521-title {
        display: flex;
        align-items: center;
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 15pt;
        font-weight: bold;
        color: darkslategrey;
    }

    .small521-title::after {
        content: '';
        flex: 1;
        margin-left: 1rem;
        height: 1px;
        background-color: darkslategrey;
    }

    .small521-row-item {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .small521-row-60 {
        width: calc(50%);
    }

    .small521-row-40 {
        width: calc(50%);
    }

    .small521-row-twoitems {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .small521-row-container{
        max-width: 700px;
        width: 100%;
        max-height: 200px;
        position: relative;
    }

    .small521-row-big-image {
        max-width: 700px;
        width: 100%;
        height: 200px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .small521-row-big-title{
        position: absolute;
        width: 100%;
        padding: 12px;
        bottom: 0px;
        left: 0px;
        color:white !important;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    }

    .small521-kitchen-time{
        display: block !important;
        font-size: 9pt;
        color:white !important;
    }

    .small521-big-heading{
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 12pt !important;
        font-weight:bold !important;
    }

    .small521-row-medium-image {
        max-width: 400px;
        width: 100%;
        height: 100px;
        object-fit: cover;
        image-rendering: optimizeQuality;
    }

    .small521-row-medium-link{
        text-decoration: none;
    }

    .small521-kitchen-time-medium{
        display: block !important;
        font-size: 9pt;
        color:lightslategray !important;
    }

    .small521-medium-heading{
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 11pt !important;
        font-weight:normal !important;
        color: black;
    }

    .small521-row-item-small {
        display: flex;
        flex-direction: row;
        gap: 10px;
        height: fit-content;
    }

    .small521-row-item-small-20 {
        width: 40%;
    }

    .small521-row-item-small-80 {
        width: 60%;
    }

    .small521-row-small-image {
        max-width: 178px;
        width: 100%;
        height: 63px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .small521-row-small-link{
        text-decoration: none;
    }

    .small521-kitchen-time-small{
        display: block !important;
        font-size: 9pt;
        color:lightslategray !important;
    }

    .small521-small-heading{
        font-family: "Noto Sans SC", sans-serif !important;
        font-size: 10pt !important;
        font-weight:bold !important;
        color: black;
    }

    .small521-row-twoitems-subitem{
        width: 50%;
    }
}

@media screen and (min-width: 640px) {
    .small521-row {
        display: flex;
        flex-direction: row;
        width: calc(100%);
        min-width: 550px;
        justify-content:unset !important;
        align-items:unset !important;
        gap: 10px;
    }

    .small521-header {
        min-width: 550px;
        width: 100%;
    }

    .small521-title {
        display: flex;
        align-items: center;
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 15pt;
        font-weight: bold;
        color: darkslategrey;
    }

    .small521-title::after {
        content: '';
        flex: 1;
        margin-left: 1rem;
        height: 1px;
        background-color: darkslategrey;
    }

    .small521-row-item {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .small521-row-60 {
        width: calc(50%);
    }

    .small521-row-40 {
        width: calc(50%);
    }

    .small521-row-twoitems {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .small521-row-container{
        max-width: 700px;
        width: 100%;
        max-height: 250px;
        position: relative;
    }

    .small521-row-big-image {
        max-width: 700px;
        width: 100%;
        height: 250px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .small521-row-big-title{
        position: absolute;
        width: 100%;
        padding: 12px;
        bottom: 0px;
        left: 0px;
        color:white !important;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    }

    .small521-kitchen-time{
        display: block !important;
        font-size: 9pt;
        color:white !important;
    }

    .small521-big-heading{
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 12pt !important;
        font-weight:bold !important;
    }

    .small521-row-medium-image {
        max-width: 400px;
        width: 100%;
        height: 130px;
        object-fit: cover;
        image-rendering: optimizeQuality;
    }

    .small521-row-medium-link{
        text-decoration: none;
    }

    .small521-kitchen-time-medium{
        display: block !important;
        font-size: 9pt;
        color:lightslategray !important;
    }

    .small521-medium-heading{
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 11pt !important;
        font-weight:normal !important;
        color: black;
    }

    .small521-row-item-small {
        display: flex;
        flex-direction: row;
        gap: 10px;
        height: fit-content;
    }

    .small521-row-item-small-20 {
        width: 40%;
    }

    .small521-row-item-small-80 {
        width: 60%;
    }

    .small521-row-small-image {
        max-width: 178px;
        width: 100%;
        height: 83px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .small521-row-small-link{
        text-decoration: none;
    }

    .small521-kitchen-time-small{
        display: block !important;
        font-size: 9pt;
        color:lightslategray !important;
    }

    .small521-small-heading{
        font-family: "Noto Sans SC", sans-serif !important;
        font-size: 10pt !important;
        font-weight:bold !important;
        color: black;
    }

    .small521-row-twoitems-subitem{
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .small521-row {
        display: flex;
        flex-direction: row;
        width: calc(80%);
        min-width: 550px;
        justify-content:unset !important;
        align-items:unset !important;
        gap: 10px;
    }

    .small521-header {
        min-width: 550px;
        width: 100%;
    }

    .small521-title {
        display: flex;
        align-items: center;
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 15pt;
        font-weight: bold;
        color: darkslategrey;
    }

    .small521-title::after {
        content: '';
        flex: 1;
        margin-left: 1rem;
        height: 1px;
        background-color: darkslategrey;
    }

    .small521-row-item {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .small521-row-60 {
        width: calc(60%);
    }

    .small521-row-40 {
        width: calc(40%);
    }

    .small521-row-twoitems {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .small521-row-container{
        max-width: 700px;
        width: 100%;
        max-height: 320px;
        position: relative;
    }

    .small521-row-big-image {
        max-width: 700px;
        width: 100%;
        height: 320px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .small521-row-big-title{
        position: absolute;
        width: 100%;
        padding: 12px;
        bottom: 0px;
        left: 0px;
        color:white !important;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    }

    .small521-kitchen-time{
        display: block !important;
        font-size: 9pt;
        color:white !important;
    }

    .small521-big-heading{
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 12pt !important;
        font-weight:bold !important;
    }

    .small521-row-medium-image {
        max-width: 400px;
        width: 100%;
        height: 170px;
        object-fit: cover;
        image-rendering: optimizeQuality;
    }

    .small521-row-medium-link{
        text-decoration: none;
    }

    .small521-kitchen-time-medium{
        display: block !important;
        font-size: 9pt;
        color:lightslategray !important;
    }

    .small521-medium-heading{
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 11pt !important;
        font-weight:normal !important;
        color: black;
    }

    .small521-row-item-small {
        display: flex;
        flex-direction: row;
        gap: 10px;
        height: fit-content;
    }

    .small521-row-item-small-20 {
        width: 40%;
    }

    .small521-row-item-small-80 {
        width: 60%;
    }

    .small521-row-small-image {
        max-width: 178px;
        width: 100%;
        height: 83px;
        object-fit: cover;
        image-rendering: high-quality;
    }

    .small521-row-small-link{
        text-decoration: none;
    }

    .small521-kitchen-time-small{
        display: block !important;
        font-size: 9pt;
        color:lightslategray !important;
    }

    .small521-small-heading{
        font-family: "Noto Sans SC", sans-serif !important;
        font-size: 10pt !important;
        font-weight:bold !important;
        color: black;
    }

    .small521-row-twoitems-subitem{
        width: 50%;
    }
}