.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;
}

.vfes-counter-copy button.button {
  border: solid 2px white;
  border-radius: 24px;
  padding: 12px 40px;
  margin-left: 20px;
  text-decoration: none;
}

@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;
  }
}

@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;
  }
}

@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;
  }
}

@media screen and (min-width: 1440px) {
  /* .vfes-ms-content.vfes-counter .belt {
        width: 70%;
    } */
  .vfes-ms-content.vfes-counter .belt {
    max-width: 1500px;
  }
}

@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;
  }
}
