.vfes-ms-content.vfes-counter {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #007C92;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
}

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

.vfes-counter-copy {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
}

.vfes-counter-copy .copy-text-container {
    display: flex;
    width: 100%;
}


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

    .vfes-counter-copy {
        width: 50%;
    }

    .vfes-ms-content .countDown_digit_cont {
        font-size: 20px;
    }
}

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

    .vfes-counter-copy {
        width: 45%;
        margin-right: 10px;
    }
}

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

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


}