.mg-root {
        font-size: 18px;
        line-height: 1.6;
        margin: 0 0px;
        color: #101010;
    }

    .mg-row-default {
        display: flex;
        align-items: center;
        margin-top: 3rem;
        margin-bottom: 24px;
        flex-wrap: wrap;
    }

    .mg-col-text, .mg-col-image {
        flex: 1 1 500px;
        min-width: 300px;
        box-sizing: border-box;
    }

    .mg-col-text {
        text-align: left;
    }

    .mg-center {
        text-align: center;
    }

    .mg-h2-default {
        color: #101010;
        line-height: 1.6;
        display: block;
        font-weight: 700;
        font-size: 2.75rem;
        margin: 0 0 2rem 0;
    }

    .mg-h2-spec {
        color: #101010;
        line-height: 1.6;
        display: block;
        font-weight: 700;
        font-size: 2.75rem;
        margin: 3rem 25px 2rem 25px;
    }

    .mg-p-default {
        line-height: 2.2;
        margin: 0 0 1.5rem 0;
        font-size: 1.625rem !important;
        color: #101010 !important;
        display: block;
    }

    .mg-ul-default {
        line-height: 2.2;
        margin: 0 0 1rem 0;
        font-size: 1.625rem;
        color: #101010;
        display: block;
        list-style: disc;
        padding-left: 1rem;
    }

    .mg-li-default {
        line-height: 2;
        margin-bottom: .5rem;
    }

    .mg-img {
        height: auto;
        display: inline-block;
        border-radius: 30px;
    }

    .mg-img-80 {
        max-width: 80%;
    }

    .mg-img-100 {
        max-width: 100%;
    }

    .mg-table-spec {
        width: calc(100% - 50px);
        margin-left: 25px;
        margin-right: 25px;
        background-color: transparent;
        border-collapse: collapse;
        line-height: 2;
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
        color: #101010;
    }

    .mg-th-spec {
        padding: 8px 12px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: none;
        border-right: none;
        width: 40%;
        text-align: left;
        font-weight: 700;
    }

    .mg-td-spec {
        padding: 8px 12px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: none;
        border-right: none;
        width: 40%;
    }