﻿/*LOCAL VARIABLES*/
.count-wrap {
  max-width: 1200px;
  margin: 0 auto 47px;
}
@media (min-width: 768px) {
  .count-wrap .counter {
    margin-top: 20px;
  }
}
.count-wrap .counter-parent {
  background: #ffffff;
  border: 1px solid #dce5ee;
  border-top: none;
  border-right: none;
  width: 100%;
  flex: 50%;
  max-width: 50%;
  padding: 19px 20px;
  box-shadow: 0 5px 10px 0 rgba(141, 176, 211, 0.3);
}
@media (min-width: 768px) {
  .count-wrap .counter-parent {
    box-shadow: 0 4px 10px 0 rgba(141, 176, 211, 0.2);
  }
}
@media (min-width: 768px) {
  .count-wrap .counter-parent:first-child {
    border-radius: 0 5px 5px 0;
  }
}
.count-wrap .counter-parent:last-child {
  border-left: none;
  border-bottom: none;
}
@media (min-width: 768px) {
  .count-wrap .counter-parent:last-child {
    border-radius: 5px 0 0 5px;
  }
}
@media (min-width: 768px) {
  .count-wrap .counter-parent {
    flex: 25%;
    max-width: 25%;
    text-align: center;
    border-bottom: none;
    padding: 18px 28px;
  }
}
.count-wrap .counter-parent .counters {
  font-size: 20px;
  line-height: 26px;
  font-family: "arimobold", sans-serif;
}
@media (min-width: 768px) {
  .count-wrap .counter-parent .counters {
    font-size: 32px;
    line-height: 40px;
  }
}
.count-wrap .counter-parent .sub-counter {
  font-size: 11px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .count-wrap .counter-parent .sub-counter {
    font-size: 14px;
    line-height: 30px;
  }
}
.count-wrap .counter-parent .sub-counter .small-counter {
  font-family: "arimobold", sans-serif;
}
.count-wrap .counter-image {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .count-wrap .counter-image {
    width: 33px;
    margin: 0 auto 0px;
  }
}
.count-wrap .counter-image img {
  box-shadow: none;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/base/counters.scss%22,%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/base/_varibales.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAGA;AAIA;EACI;EACA;;AAKI;EAHJ;IAKQ;;;AAGJ;EACI,YCnBJ;EDoBI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAXJ;IAYQ;;;AAMA;EAFJ;IAGQ;;;AAIR;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAIR;EAhCJ;IAiCQ;IACA;IACA;IACA;IACA;;;AAGJ;EACI;EACA;EACA,aCfG;;ADiBH;EALJ;IAMQ;IACA;;;AAIR;EACI;EACA;;AAEA;EAJJ;IAKQ;IACA;;;AAGJ;EACI,aCjCD;;ADsCX;EACI;;AAEA;EAHJ;IAIQ;IACA;;;AAGJ;EACI%22%7D */