#cms div#center_column h1.heading {
    text-align: center;
    font-family: Teko;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    margin: 30px 20px 70px;
}
.about-us-cms {
    margin: 0 auto;
    max-width: 90%;
    width: 100%;
}
.about-us-cms > div {
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 100%;
}
.about-us-cms .cms-block .vc_row.wpb_row.vc_row-fluid {
    display: flex;
    width: 100%;
    gap: 5em;
}
.about-us-cms .cms-block .vc_row.wpb_row.vc_row-fluid {
    display: flex;
    width: 100%;
    gap: 5em;
}
.about-us-cms .cms-block .vc_row.wpb_row.vc_row-fluid .wpb_column {
    width: 100%;
}
.about-us-cms .cms-block .vc_row.wpb_row.vc_row-fluid .vc_row.wpb_row.vc_row-fluid {
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 20px));
    gap: 30px;
}
.about-us-cms .cms-block .vc_row.wpb_row.vc_row-fluid .vc_row.wpb_row.vc_row-fluid * {
    font-weight: 600;
    line-height: 1.5;
}
.catalog {
    width: 100%;
    height: 80vh;
}
/* custom */

#cms #center_column .block-cms .cmspages {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    align-content: center;
    grid-gap: 15px;
}

#cms #center_column .block-cms .cmspages li a {
    padding: 0 0 10px;
    text-align: center;
}

#cms #center_column .block-cms .cmspages li a:hover {
    background: transparent;
}

#cms #center_column .block-cms .cmspages li a img {
    margin: 0 auto 10px;
    width: 100%;
    max-height: 250px;
}

#cms #center_column .block-cms .cmspages li a div {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    display: block;
    margin: 0;
    font-family: 'Questrial';
}

@media screen and (max-width:900px) {
    #cms #center_column .block-cms .cmspages {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
}

@media screen and (max-width:400px) {
    #cms #center_column .block-cms .cmspages {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .cms-15 table {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .cms-15 div>table >tbody>tr>td {
        width: 100%;
        display: flex;
        height: auto;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin: 30px 0;
    }
    .cms-15 table >tbody>tr>td {
        text-align: center;
    }
    .cms-15 div>table >tbody>tr>td >table>tbody>tr:first-child td {
        font-weight: 600;
        font-size: 20px;
    }
}

.cms-15 td {
    padding: 0px;
    height: 20px;
}
.hidden_span {
    opacity: 0;
}
@media (max-width: 1100px) {
    #lp-01_pricing table {
        margin: 0 auto;
    }
}
@media (max-width: 850px) {
    #lp-01_pricing table tbody tr:first-child {
        display: none;
    }
    #lp-01_pricing table tr>td:first-of-type {
        margin-top: 0 !important;
        height: auto !important;
    }
    #lp-01_pricing table tr td:before, #lp-01_pricing table tr td {
        padding: 0px 15px !important;
    }
}
