.info-callout-container {
  width: 15%;
  display: flex;
  align-items: center; }
  .info-callout-container .icon {
    left: 5px; }

.info-callout .info-callout-paragraph {
  padding: 5px 15px;
  /* break within a word to prevent overflow,
       this will prevent content getting hidden when width is not enough */
  word-wrap: break-word; }
