/* Start custom CSS for roonix_contact_info, class: .elementor-element-30f85e3 *//* Parent container of the blocks */
.info-block {
  display: flex;
  flex-wrap: wrap;         /* so they wrap on smaller screens */
  align-items: stretch;    /* makes all child boxes equal height */
}

/* Each box */
.info-block .inner-box {
  flex: 1 1 300px;          /* grow/shrink, min width 300px */
  box-sizing: border-box;
}/* End custom CSS */