.teaser-counter .teaser-title {
  margin: 0 auto 15px auto;
  max-width: 313px;
}
@media (min-width: 1024px) {
  .teaser-counter .teaser-title {
    max-width: 100%;
    line-height: 25px;
    letter-spacing: 0.8px;
  }
}
.teaser-counter .teaser-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 574px;
  padding: 0 15px 20px 15px;
}
@media (min-width: 1024px) {
  .teaser-counter .teaser-inner {
    flex-direction: row;
    max-width: 900px;
    padding: 0 20px 20px 20px;
  }
}
.teaser-counter .teaser-grid {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 26px 0 20px 0;
}
@media (min-width: 1024px) {
  .teaser-counter .teaser-grid {
    flex: 0 0 61.56%;
    max-width: 61.56%;
    padding: 30px 0 20px 0;
  }
}
.teaser-counter .teaser-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 10px;
  background: #fff;
  padding: 12px 15px 13px 15px;
}
@media (min-width: 1024px) {
  .teaser-counter .teaser-content {
    padding: 15px;
  }
}
.teaser-counter .teaser-label {
  display: flex;
  align-items: center; 
}
.teaser-counter .teaser-icon {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;  
}
@media (min-width: 1024px) {
  .teaser-counter .teaser-icon {
    width: 50px;
    height: 50px;  
  }
}
.teaser-counter .category-label {
  display: inline-block;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: 'Vodafone Bold', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 15px;
  color: #e60000;
}
@media (min-width: 1024px) {
  .teaser-counter .category-label {
    line-height: 20px;
    letter-spacing: 0.4px;
    font-size: 20px;
  }
}
.teaser-counter .teaser-input {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 35%;
}
@media (min-width: 1024px) {
  .teaser-counter .teaser-input {
    width: auto;
  }
}
.teaser-counter input {
  width: 70%;
  height: 36px;
  border: 1px solid #929494;
  border-radius: 10px;
  padding: 1px 9px 1px 0;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.5px;
  font-family: 'Vodafone Regular', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 25px;
  color: #000;
}
@media (min-width: 1024px) {
  .teaser-counter input {
    width: 169px;
    height: 46px;
    border: 1px solid #929494;
    border-radius: 10px;
    letter-spacing: 0.6px;
    font-size: 30px;
  }
}
.teaser-counter .category-text {
  margin: 0 0 0 10px;
  letter-spacing: 0.2px;
  font-family: 'Vodafone Bold', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
}
@media (min-width: 1024px) {
  .teaser-counter .category-text {
    margin: 0 0 0 7px;
    letter-spacing: 0.24px;
    font-size: 12px;
  }
}
.teaser-counter .teaser-text {
  margin: 10px auto;
  max-width: 325px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.3px;
  text-shadow: 0px 0px 10px #000000;
  font-family: 'Vodafone Light', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 15px;
  color: #fff;
}
@media (min-width: 1024px) {
  .teaser-counter .teaser-text {
    margin: 17px auto 0;
    max-width: 752px;
    line-height: 25px;
    letter-spacing: 0.4px;
    font-size: 20px;
  }
}
.teaser-counter .teaser-text .sub-text {
  line-height: 10px;
}
.teaser-counter .teaser-content .teaser-text {
  margin: 10px 0 0;
  padding: 0;
  line-height: 15px;
  text-align: left;
  letter-spacing: 0.24px;
  text-shadow: none;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .teaser-counter .teaser-content .teaser-text {
    margin: 15px 0 -8px 0;
    line-height: 20px;
    letter-spacing: 0.3px;
    font-size: 15px;
  }
}
.teaser-counter .teaser-button {
  margin: 0 auto 30px auto;
  width: 200px;
  padding: 0;
}
@media (min-width: 1024px) {
  .teaser-counter .teaser-button {
    margin: 0 auto 40px;
    width: 250px;
  }
}