.vfes-ms-content.vfes-counter {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    padding: 15px 30px;
}



.vfes-ms-content.vfes-counter .belt {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    /* padding: 22px 0; */
}


.vfes-counter-copy {
    font-size: 18px;
    line-height: 22px;
    width: 71%;
}

.vfes-ms-content .countDown_cont {
    font-size: 8px;
}

.vfes-counter-copy {
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.vfes-counter-copy .svg-logo {
    display: flex;
}

.vfes-counter-copy .svg-logo>svg {
    width: 20px;
    height: 20px;
}

.vfes-counter-copy button {
    background: none;
    border: none;
    text-decoration: underline;
    text-underline-offset: 2px;
    margin-left: 6px;
}





@media screen and (min-width: 768px) {



    .vfes-ms-content.vfes-counter .belt {
        flex-direction: row-reverse;
        justify-content: center;
    }

    .vfes-counter-copy {
        font-size: 20px;
        width: auto;
    }

    .vfes-ms-content .countDown_digit_cont {
        font-size: 4em;
    }

    .vfes-layout__wrapper {
        padding: 0;
    }

    .vfes-ms-content.vfes-counter .belt {
        width: 100%;
        gap: 10px;
    }

    .vfes-ms-content .countDown_cont {
        font-size: 6px;
    }

    .vfes-counter-copy .copy-text-container {
        gap: 6px;
    }

    .vfes-counter-copy .copy-text-container {
        justify-content: flex-end;
        margin-right: 50px;
    }

}

@media screen and (min-width: 1024px) {
    .vfes-ms-content.vfes-counter {
        flex-direction: row;
        justify-content: center;
    }


    .vfes-counter-copy {
        font-size: 24px;
    }

    .vfes-ms-content.vfes-counter {
        padding: 22px 12px;
    }

    .main:has(.counter-container.form-desktop) #form-banner {
        margin-top: -88px;
    }

    .main:has(.counter-container.form-desktop) .vfes-ms-content.vfes-counter .belt {
        justify-content: flex-end;
    }

}

@media screen and (min-width: 1280px) {
    .vfes-counter-copy {
        padding-bottom: 0;
        width: initial;
    }

    .vfes-ms-content.vfes-counter {
        gap: 20px;
    }

    .vfes-ms-content .countDown_cont {
        font-size: 8px;
    }

    .vfes-ms-content.vfes-counter .belt {
        gap: 8px;
    }

    .vfes-ms-content.vfes-counter .belt {
        max-width: 1500px;
        width: calc(100% - 280px);
    }

    .main:has(.counter-container.form-desktop) .vfes-ms-content.vfes-counter .belt {
        justify-content: center;
    }
}


@media screen and (min-width: 1600px) {
    .vfes-counter-copy {
        font-size: 28px;
    }

    .vfes-ms-content .countDown_digit_cont {
        font-size: 5em;
    }

    .vfes-ms-content.vfes-counter .belt {
        width: 100%;
    }

    .vfes-counter {
        flex: initial;
    }

    .vfes-ms-content .countDown_cont {
        font-size: 6px;
    }

    .main:has(.counter-container.form-desktop) .vfes-ms-content.vfes-counter .belt {
        justify-content: center;
    }
}