/*
//====================================================
#         VARIABLES
\\====================================================
*/
/*
//====================================================
#         GENERAL
\\====================================================
*/
.impuls_count_background,
.impuls_count_background.alignfull {
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
.impuls_count_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.impuls_count_block {
  width: 300px;
  float: left;
  text-align: center;
}
.impuls_count_block {
  color: #014181;
}
.impuls_count_text {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
}
.impuls_count_icon {
  margin-bottom: 0;
}
.impuls_count_icon img {
  height: 80px;
}
.impuls_count {
  font-size: 48px;
  font-weight: 600;
}
