@media screen and (max-width: 575px) {
    .ribbon10-row {
        display: none;
    }
}

@media screen and (min-width: 576px) {
    .ribbon10-row {
        display: flex;
        flex-direction: column;
    }

    .ribbon10-item {
        width: calc(100%);
        min-width: 550px;
    }

    .ribbon10-title {
        display: flex;
        align-items: center;
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 15pt;
        font-weight: bold;
    }

    .ribbon10-subtitle {
        text-decoration: none;
        color: black;
        font-size: 12pt !important;
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
    }

    .ribbon10-summary{
        margin-top: 5px;
        margin-bottom: 15px;
        font-size: 11pt !important;
    } 

    .ribbon10-title::after {
        content: '';
        flex: 1;
        margin-left: 1rem;
        height: 1px;
        background-color: darkslategrey;
    }
}

@media screen and (min-width: 992px) {
    .ribbon10-row {
        display: flex;
        flex-direction: column;
    }

    .ribbon10-item {
        width: calc(80%);
        min-width: 550px;
    }

    .ribbon10-title {
        display: flex;
        align-items: center;
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-size: 15pt;
        font-weight: bold;
    }

    .ribbon10-subtitle {
        text-decoration: none;
        color: black;
        font-size: 12pt !important;
        font-family: "ZCOOL XiaoWei", sans-serif !important;
        font-weight: bolder;
    }

    .ribbon10-summary{
        margin-top: 5px;
        margin-bottom: 15px;
        font-size: 11pt !important;
    } 

    .ribbon10-title::after {
        content: '';
        flex: 1;
        margin-left: 1rem;
        height: 1px;
        background-color: darkslategrey;
    }
}