:host {
  display: block;
}

.c-counter {
  background-color: transparent;
  border: solid 1px #eaeef2;
  border-radius: 3px 3px 0 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  color: #303d4a;
  padding: 20px 0;
}
.c-counter__box {
  align-items: center;
  display: flex;
  font-size: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.c-counter__box span {
  display: inline-block;
}
.c-counter__title {
  font-size: 0.76923rem;
  margin-top: 0;
  text-align: center;
}
.c-counter__icon {
  text-align: center;
  width: 100%;
}
.c-counter__icon svg {
  height: 100%;
  max-height: 80px;
  max-width: 80px;
}
.c-counter__txt {
  margin-bottom: 20px;
}