
.statistic-block{
  text-align: center;
  background-color: var(--background-color);
  color: white;
  border-radius: 18px;
}
.statistic-title {
  font-size: 1.4rem;
  width: 80%;
  margin: 0 auto;
}
.counter-number{
  font-size: 7rem;
  font-weight: 700;
}

.statistic-section .row {
  height: 100%;
}

.statistic-percentage {
  font-size: 4rem;
  color: var(--gov--main-color);
  margin-bottom: inherit;
}
.statistic-pound {
  font-size: 7rem;
  color: var(--crm--main-color);
}
.block-sdc-component-blockwebcurl-themestatistic {
  height: 100%;
}
.block-sdc-component-blockwebcurl-themestatistic {
  height: 100%;
  background-color: var(--background-color);
  border-radius: 18px;
  display: flex;
  align-items: center;
  text-align: center;
}
.statistic-after-text {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  margin-top: -4rem;

}
.statistic-block svg {
  width: 5.5%;
  margin-right: 1rem;
  align-self: center;
}
.arrow-directiondown svg {
  transform: rotate(180deg);
}
.text-color-crm .counter-number {
  color: var(--crm--main-color);
  font-weight: normal;
}
.text-color-gov .counter-number {
  color: var(--gov--main-color);
}
.text-color-pink .counter-number {
  color: var(--color-accent);
  font-size: normal;
}
.statistic-content.icons-direction-left {
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 0;
  flex-direction: row-reverse;
  margin-bottom: 3rem;
}

.statistic-quote .statistic-title {
  font-size: 0.9rem;
  color: black;
  font-weight: normal;
}
.bfc-statistic .statistic-text {
  padding-top: 0;
}
.statistic-quote .statistic-after-text {
  font-size: 0.9rem;
  width: 80%;
  margin: auto;
  color: black;
  margin-bottom: 0;
}
.statistic-quote .counter-number {
  font-weight: normal;
  font-size: 7rem;
}
.statistic-quote .statistic-block {
  background-color: white;
  box-shadow: var(--shadow-default);
  padding: 2rem;

}
.statistic-text {
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  padding: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-bottom: 0;
  padding-left: 2rem;
  font-size: 0.7rem;
}
.statistic-content.icons-direction-right {
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 3rem;
}
.statistic-section.mkc-quote .statistic-number {
  width: 60%;
}
.statistic-section.mkc-quote .statistic-quote {
  width: 40%;
}
.statistic-quote .statistic-after-text p {
  margin-bottom: 0;
}
.labcold-stats .statistic-after-text p {
  margin-bottom: 0;
}
.labcold-stats .statistic-text {
  padding-top: 0;
}


@media (max-width: 570px) {
  .statistic-section{
    padding: 2rem !important;
  }
  .statistic-title {
    font-size: 1rem;
    padding-top: 1rem;

  }
  .statistic-after-text{
    font-size: 1rem;
  }
}
@media (max-width: 880px){
  .statistic-number{
    width: 100%;
  }
  .statistic-quote{
    width: 100%;
    margin-top: 2rem;
  }
}
