.icon_grid_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.icon_box {
  width: auto;
  font-size: 0.75rem;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media only screen and (min-width: 605px) {
  .icon_box {
    width: 300px;
  }
}

@media only screen and (min-width: 1240px) {
  .icon_box {
    width: 200px;
  }
}

.icon_box svg{
  height: 70px;
  margin-bottom: 5px;
}

.icon_heading {
  font-size: 20px;
}

{# Solve icons showing in editor #}
.icon_box .hs_cos_wrapper_type_icon{
  width: 60%;
}