.containerCounter {
      display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,0,.2);
    padding: 0px;
    border-radius: 20px;
    width: 100%;
    backdrop-filter: blur(2px);
}

@media screen and (min-width: 960px) {
  .containerCounter {
    padding: 40px;
  }
}

.containerCounter.fascia {
        flex-direction: column;
    padding: 0px;
    align-items: baseline;
    border-radius: 0;
    background: #1d6b4a;
}

@media screen and (min-width: 960px) {
  .containerCounter.fascia {
    flex-direction: row;
  }
}

.counter-title{
        font-size: 1.4em !important;
    text-align: center !important;
    padding: 0 !important;
    font-weight: 300 !important;
    font-family: 'Figtree' !important;
    font-weight: 600 !important;
    color: #000 !important;
    padding-bottom: 10px !important;
    width: calc(100% - 0px);
    line-height: 20px !important;
}

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

  .counter-title{
font-size: 1.2em !important;
    text-align: center !important;
    padding: 0 !important;
    font-weight: 300 !important;
    font-family: 'Figtree' !important;
    font-weight: 600 !important;
    color: #fff !important;
    padding-bottom: 10px !important;
    width: auto;
}
}

.containerCounter.fascia .counter-title{
   margin: 5px 0;
   color: #fff !important;
   font-size: 1em !important;
}

@media screen and (min-width: 960px) {
.containerCounter.fascia .counter-title{
   margin: 15px;
   
}
}

.wrapper {
  display: flex;
  gap: 3%;
  min-width: 255px;
  width: 75%;
  padding-bottom: 5px;
  height: auto;
  justify-content: space-between;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
.wrapper{
   min-height: 80px;
   padding-bottom: 0;
}
}


.item {
     display: flex;
    flex-direction: column;
    text-align: center;
    gap: 3%;
    width: 22%;
    align-items: center;
}

.item span {
      color: var(--white);
    font-size: .9em;
    color: #000;
}

.containerCounter.fascia .item span{
  color:#fff
}

.item .number {
        display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    border-radius: 100%;
    background: #fff;
    width: 70px;
}

.item .number span {
      font-size: 2em;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Figtree';
    color: #666;
}

.containerCounter.fascia .item .number {
    height: 40px;
    width: 40px;
}

@media screen and (min-width: 960px) {
.containerCounter.fascia .item .number {
    height: 40px;
    width: 40px;
}
}

.containerCounter.fascia .item .number span{
      font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Figtree';
    color: #1d6b4a;
}

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

    .item .number{
    height: 100px;
    width: 100px;
    }

  small {
  }

  .options,
  form {
    flex-direction: row;
  }

  .limit button,
  .repeat button {
    padding-block: 2vw;
    padding-inline: 2vw;
    font-size: 2.6vw;
  }

  input {
    height: 40px;
    font-size: 1.6rem;
    width: 350px
  }

  .begin,
  .stop {
    height: 40px;
    padding-block: 12px;
    padding-inline: 20px;
    margin-inline: 20px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 960px) {
  .wrapper {
        width: 400px;
    height: auto;
  }

  .containerCounter.fascia .wrapper{
        width: 200px;
    min-height: auto;
    margin: 0;
  }
  .options {
    width: 800px;
  }

  .item span {
         font-size: .9em;
    /* text-transform: uppercase; */
    /* font-weight: 800; */
    font-family: 'Figtree';
    color: #fff;
    /* padding-top: 5px; */
  }

  .item .number span {
  }

  small {
    
  }

  .limit button,
  .repeat button {
    padding-block: 2rem;
    padding-inline: 2rem;
    font-size: 2.4rem;
  }
}
