#dws-rc {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFF;
}

#dws-rc img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

#dws-rc p {
    color: #231f20;
}

#dws-rc .ta-center {
    text-align: center;
}

#dws-rc .ta-justify {
    text-align: justify;
}

#dws-rc .ra-right {
    text-align: right;
}

#dws-rc .fw-bold {
    font-weight: 700;
}

#dws-rc .fs-17 {
    font-size: 17px;
}

#dws-rc .fs-15 {
    font-size: 15px;
}

#dws-rc .fs-13 {
    font-size: 13px;
}

#dws-rc .full-wrapper {
    padding: 15px;
    box-sizing: border-box;
}

#dws-rc .h-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#dws-rc .flex-50 {
    flex: 0 0 48%;
}

#dws-rc .flex-50:first-child {
    margin-right: 1%;
}

#dws-rc .flex-50:last-child {
    margin-left: 1%;
}

@media all and (max-width: 768px) {
    #dws-rc .h-flex {
        flex-direction: column;
    }
    #dws-rc .flex-50 {
        flex: 0 0 100%;
    }
    #dws-rc .flex-50:first-child {
        margin-right: 0;
    }
    #dws-rc .flex-50:last-child {
        margin-left: 0;
    }
}