IconBox Title

Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here

IconBox Title

Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here

IconBox Title

Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here

IconBox Title

Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here

IconBox Title

Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here Click to add your own text here

these are 5 iconboxes inside a 1/1 column. A custom class to the one 1/1 column  :  multiple-iconboxes

.flex_column.multiple-iconboxes {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.flex_column.multiple-iconboxes:before,
.flex_column.multiple-iconboxes:after {
  display: none;
}

.flex_column.multiple-iconboxes .iconbox {
  flex: 0 1 18%;
  margin: 0 10px 30px;
  display: block !important;
  width: unset;
  position: relative;
  background-color: #aaa !important;
}


.flex_column.multiple-iconboxes .iconbox .iconbox_content {
  background-color: #aaa;
  box-shadow: none; 
}


@media only screen and (max-width: 1200px) {
  .flex_column.multiple-iconboxes {
    justify-content: space-evenly;
  }
  .flex_column.multiple-iconboxes .iconbox {
    flex: 0 1 30%;
  }
}

@media only screen and (max-width: 849px) {
  .flex_column.multiple-iconboxes .iconbox {
    flex: 0 1 40%;
  }
}

@media only screen and (max-width: 569px) {
  .flex_column.multiple-iconboxes .iconbox {
    flex: 1 1 100%;
  }
}