#ocexGuarantee {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 20px;
    background-color: white;

    /* border:1px solid red; */
}

#ocexGuarantee .advRow {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;

    /* border:1px solid red; */
}

#ocexGuarantee .advGap {
    margin-left: 40px;
}

#ocexGuarantee .advCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    width: 420px;
    height: 180px;
}

#ocexGuarantee .guaranteeIcon {
    font-size: 52px;
    margin-bottom: 10px;
    color: transparent;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #900000;
    /* color:#900000; */
}

#ocexGuarantee img {
    width: 60px;
    height: 60px;
    margin-right: 30px;
}

#ocexGuarantee .advCardTitle {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    #ocexGuarantee .advRow {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 50px;

        /* border:1px solid red; */
    }
}

@media screen and (max-width: 576px) {
    #ocexGuarantee .advRow {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;

        margin-top: 0px;
    }

    #ocexGuarantee .advCard {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;

        width: 100%;
        height: auto;

        margin-bottom: 30px;
        box-sizing: border-box;
        padding: 20px;
        border: 2px solid gray;
        border-radius: 20px;
    }

    #ocexGuarantee .advGap {
        margin-left: 0px;
    }

    #ocexGuarantee .guaranteeIcon {
        font-size: 48px;
        margin-bottom: 10px;
        color: transparent;
        -webkit-text-stroke-width: 4px;
        -webkit-text-stroke-color: #900000;
    }

    #ocexGuarantee .advCardTitle {
        font-size: 18px;
        font-weight: 600;
        line-height: 25px;
        margin-bottom: 10px;
    }
}
