.custom-icon-with-text-container {
  flex-direction: row;
  display: flex;
  max-width: 100%;
}

.custom-icon-with-text {
  flex-direction: row;
  display: flex;
  gap: 10px;
  max-width: 100%;
}

.custom-icon-with-text__item {
  display: flex;
  flex-direction: column;
  width: calc(25% - 10px);
}

.custom-inline-richtext {
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: break-word;
}