.acf-page-preview-with-table-block .left-area .card .title {
    font-size: 25px;
    line-height: 31px;
    color: #12356C;
    font-family: 'cf_asty_st_medium', sans-serif;
    margin-bottom: 34px;
    padding-bottom: 0;
}

.acf-page-preview-with-table-block .left-area {
    text-align: left;
}

.acf-page-preview-with-table-block .left-area .card .content {
    font-size: 20px;
    line-height: 30px;
    color: #12356C;
}

.acf-page-preview-with-table-block .left-area .card .content p {
    margin-bottom: revert;
}

.acf-page-preview-with-table-block .wrapper .left-area.center {
    padding-right: 0;
    margin: auto;
    text-align: center;
}

.acf-page-preview-with-table-block .wrapper .left-area { padding-right: 120px; }
.acf-page-preview-with-table-block .wrapper .right-area { padding-left: 120px; }

.acf-page-preview-with-table-block .wrapper .left-area,
.acf-page-preview-with-table-block .wrapper .right-area {
    width: 50%;
    flex: 0 0 50%;
    box-sizing: border-box;
}

.acf-page-preview-with-table-block .wrapper .right-area .table {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    display: inline-flex;
    padding: 16px;
    flex-direction: column;
    width: 530px;
}

.acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell[row-span],
.acf-page-preview-with-table-block .wrapper .right-area .table {
    background-color: #dfdfdf;
}

.acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell[row-span] {
    position: relative;
}

.acf-page-preview-with-table-block .more img {
    transform: rotate(-90deg);
}

.acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell[row-span]::after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background: #12356c;
}

.acf-page-preview-with-table-block .wrapper .right-area .table .thead .cell .legend {
    font-size: 116px;
    color: #00DED5;
    line-height: .9;
    letter-spacing: -3.02px;
    font-family: 'cf_asty_st_medium', sans-serif;
}

.acf-page-preview-with-table-block .wrapper .right-area .table .thead .cell .text {
    font-size: 20px;
    line-height: 25px;
    color: #12356C;
    font-family: 'cf_asty_st_bold', sans-serif;
    margin-left: 22px;
    text-align: left;
}

.acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell .cell-heading .number {
    font-size: 50px;
    color: #12356C;
    line-height: 1.2;
    font-family: 'cf_asty_st_medium', sans-serif;
}

.acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell .cell-heading,
.acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell .cell-body {
    margin-top: auto;
    margin-bottom: auto;
}

.acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell .cell-body {
    font-size: 16px;
    color: #12356C;
    line-height: 20px;
}

.acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell.col .cell-heading .icon {
    margin-bottom: 15px;
}

.acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell .cell-heading .icon {
    width: 85px;
    height: 85px;
    flex: 0 0 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell:not(.col) .cell-heading .icon {
    margin-right: 15px;
}

.acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row {
    border-bottom: 1px solid #12356C;
    padding: 16px 0;
    box-sizing: content-box;
}

.acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell.by-2 {
    width: calc(100% / 2);
}

.acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell.by-1 {
    width: calc(100% / 1);
    flex-direction: row;
    margin-left: 50px;
}

.acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell.by-1 .icon {
    margin-bottom: 0;
    margin-right: 50px;
}

.acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell.by-1 .cell-body {
    font-size: 25px;
    line-height: 1.2;
}

.acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row:first-child {
    border-top: 1px solid #12356C;
}

.acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell:not(:last-child) {
    padding-right: 16px;
    border-right: 1px solid #12356C;
}

.acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell:not(:first-child) {
    padding-left: 16px;
}

@media screen and (max-width: 1380px) {
    .acf-page-preview-with-table-block .wrapper .left-area {
        padding-right: 60px;
    }

    .acf-page-preview-with-table-block .wrapper .right-area {
        padding-left: 60px;
    }
}

@media screen and (max-width: 1320px) {
    .acf-page-preview-with-table-block .wrapper .right-area .table {
        width: 100%;
    }

    .acf-page-preview-with-table-block .left-area .card .content,
    .acf-page-preview-with-table-block .left-area .card .content [style*="font-size: 20px"] {
        font-size: 18px !important;
        line-height: 1.5;
    }

    .acf-page-preview-with-table-block .wrapper .right-area .table .thead .cell .legend {
        font-size: 98px;
        line-height: 1;
    }

    .acf-page-preview-with-table-block .wrapper .right-area .table .thead .cell .text {
        font-size: 18px;
        line-height: 1.2;
        margin-left: 18px;
    }

    .acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell .cell-heading .icon {
        width: 60px;
        height: 60px;
        flex: 0 0 60px;
    }

    .acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell .cell-heading .number {
        font-size: 40px;
        line-height: 1.6;
    }
    
}

@media screen and (max-width: 1020px) {
    .acf-page-preview-with-table-block .wrapper .right-area .table .thead .cell .legend {
        font-size: 78px;
        line-height: 1;
    }

    .acf-page-preview-with-table-block .wrapper .right-area .table .thead .cell .text {
        font-size: 16px;
        line-height: 22px;
        margin-left: 14px;
    }

    .acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell .cell-heading .icon {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
    }

    .acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell .cell-heading .number {
        font-size: 32px;
        line-height: 1.3;
    }

    .acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell .cell-body {
        font-size: 14px;
        line-height: 1.3;
    }

    .acf-page-preview-with-table-block .wrapper .left-area {
        padding-right: 30px;
    }

    .acf-page-preview-with-table-block .wrapper .right-area {
        padding-left: 30px;
    }
}

@media screen and (max-width: 920px) {
    .acf-page-preview-with-table-block .wrapper {
        flex-direction: column;
    }

    .acf-page-preview-with-table-block .wrapper .left-area {
        padding-right: 0;
        margin-bottom: 120px;
    }

    .acf-page-preview-with-table-block .wrapper .left-area .more .text {
        display: none;
    } 

    .acf-page-preview-with-table-block .wrapper .left-area .more img {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
    } 

    .acf-page-preview-with-table-block .wrapper .left-area, .acf-page-preview-with-table-block .wrapper .right-area {
        width: 100%;
        flex: 0 0 100%;
        box-sizing: border-box;
    }

    .acf-page-preview-with-table-block .wrapper .right-area {
        padding-left: 0;
    }

    .acf-page-preview-with-table-block .wrapper .right-area .table {
        width: 70%;
    }
}

@media screen and (max-width: 580px) {
    .acf-page-preview-with-table-block .wrapper .right-area .table {
        width: 100%;
    }

    .acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell.by-1 .cell-body {
        font-size: 17px;
        line-height: 1.5;
    }

    .acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell .cell-heading .icon {
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
    }

    .acf-page-preview-with-table-block .wrapper .right-area .table .tbody .row .cell.by-1 .icon {
        margin-right: 28px;
    } 
}

@media screen and (min-width: 1020px) {
    .acf-page-preview-with-table-block[data-uid*="terna_a.e."] .wrapper .right-area .table {
        width: 100%;
    }
    
    .acf-page-preview-with-table-block[data-uid*="terna_a.e."] .wrapper .right-area {
        width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-top: 100px;
    }
    
    .acf-page-preview-with-table-block[data-uid*="terna_a.e."] .wrapper {
        flex-direction: column;
    }
    
    .acf-page-preview-with-table-block[data-uid*="terna_a.e."] .wrapper .right-area .table .tbody {
        display: flex;
        justify-content: space-around;
        gap: 15px;
    }
    
    .acf-page-preview-with-table-block[data-uid*="terna_a.e."] .wrapper .right-area .table .tbody .row{
        padding: 0;
        border: 0;
    }
    
    .acf-page-preview-with-table-block[data-uid*="terna_a.e."] .wrapper .right-area .table .tbody .cell.by-1 {
        margin: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    
    .acf-page-preview-with-table-block[data-uid*="terna_a.e."] .wrapper .right-area .table .tbody .cell .cell-heading .icon {
        margin: auto;
    }
}

