section.tableText {

    width: 100% !important;
    margin-bottom: 0!important;

}

.block.tableText .content {

    padding-top: 5vw;
    padding-bottom: 5vw;

}

.block.tableText h1 {

    font-family: "Singolare", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 2.75vw;
    letter-spacing: 0.025em;
    line-height: 3vw;
    margin-bottom: 3.75vw;
    text-align: center;

}

.block.tableText .text table {

    width:90vw;
    margin-left: auto;
    margin-right: auto;

}

.block.tableText .text table td {

    width:25%;
    vertical-align: top;
    padding: 1vw;

}

.block.tableText .text table td h4{

    margin-top: 0.33vw;

}

section.tableText.breakPointMobile .content {

    padding-top: 10vw;
    padding-bottom: 10vw;

}

section.tableText.breakPointMobile .text table,
section.tableText.breakPointMobile .text table tbody,
section.tableText.breakPointMobile .text table tr,
section.tableText.breakPointMobile .text table td
 {
    display: block;
    width:100%;

}

section.tableText.breakPointMobile .text table td {

    padding: 3vw;

}

section.tableText.breakPointMobile .tableText h1 {

    font-size: 8vw;
    line-height: 9vw;
    margin-bottom: 8vw;

}