    .thanksPage-banner {
        padding: 0 50px 0 0;
        background: #fff;
    }

    .thanksPage-colLeft {
        padding-right: 20px;
    }

    .thanksPage-colRight {
        padding-left: 20px;
    }

    .thanksPage-banner .zn_section_size>.row {
        display: flex;
        align-items: center;
    }

    .thanksPage-left {
        min-height: 550px;
    }

    .thanksPage-left {
        position: relative;
    }

    .thanksPage-img:nth-of-type(1) {
        position: absolute;
        top: -1%;
        left: 15%;
        z-index: 1;
    }

    .thanksPage-img:nth-of-type(2) {
        position: absolute;
        top: 37%;
        left: 15%;
        z-index: 2;
    }

    .thanksPage-img:nth-of-type(3) {
        position: absolute;
        top: 6%;
        left: 15%;
        z-index: 0;
    }

    .thanksPage-img img {
        width: 100%;
    }

    .thanksPage-banner .tbk__title {
        font-size: 40px;
        line-height: 55px;
        font-weight: 700;
        color: #000;
    }

    .thanksPage-banner .tbk__subtitle {
        font-size: 18px;
        line-height: 30px;
        font-weight: 400;
        color: #000;
    }

    .thanksPage-banner .buttonContent {
        justify-content: flex-start;
    }

    @media screen and (max-width:992px) {
        .thanksPage-banner .buttonContent .buttonGroupShow a {
            white-space: nowrap;
        }
    }

    @media screen and (max-width:768px) {
        .thanksPage-banner {
            padding: 50px 30px;
            background-image: none;
            /* background-position: center; */
            background-size: cover;
        }

        .thanksPage-colLeft {
            display: none;
        }

        .thanksPage-colRight {
            padding-left: 0;
            width: 100%;
        }
    }

    @media screen and (max-width:576px) {
        .thanksPage-spacing {
            padding: 50px 20px;
        }

        .thanksPage-spacingCol .znColumnElement-innerWrapper{
            padding-right: 0;
        }
    }