﻿.icon:before {
  position: relative;
  margin-right: 5px;
}
.organization {
  padding: 4px;
}
.wrapper {
  break-inside: avoid-column;
}
.widgetBody.widgetBody-tall {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.interests {
  column-gap: 2em;
  column-count: 2;
}
.images {
  column-width: 200px;
  column-gap: 10px;
  max-width: 500px;
  margin: 10px auto;
}
.images figure {
  margin: 0 0 10px;
}
.images figure img {
  width: 100%;
  height: auto;
}