.desktop {
    display: block;
    width: 100%;
}

.mobile {
    display: none;
    width: 100%;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.boxWrap {
    display: flex;
    width: 100%;
    font-size: 0px;
}

.boxWrap article {
    width: 31%;
}

.redText {
    font-weight: 800;
    color: #ee1818;
    font-size: 20px;
}

.symbolIcon {
    position: absolute;
    right: -28px;
    font-weight: bold;
    bottom: 35%;
    color: #ee1818;
    font-size: 25px;
}

.spFontSize {
    font-weight: 500;
    font-size: 20px;
}

.grayBox {
    margin-bottom: 10px;
    margin-right: 8%;
    padding: 20px;
    position: relative;
    font-size: 16px;
    background-color: #ececec;
}

.redBox {
    margin-bottom: 10px;
    padding: 20px;
    position: relative;
    font-size: 16px;
    color: #fff;
    background-color: #ee1818;
}

@media (max-width: 768px) {
    .symbolIcon {
        position: absolute;
        right: 48%;
        bottom: -32px;
        color: #ee1818;
    }
    .boxWrap article {
        text-align: center;
        margin-bottom: 30px;
        width: 100%;
    }
    .boxWrap {
        display: block;
    }
}