.wiredContactViewer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding-top: 50px;
}

.wiredContactViewer__section {
  background-color: white;
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  width: calc(50% - 1rem);
  vertical-align: top;
  padding: 1rem;
  justify-content: flex-start;
  margin-top: 1rem;
}

.wiredContactViewer__image {
  height: 200px;
  width: 200px;
  object-fit: cover;
  object-position: top;
  border-radius: 9999px;
  border: 4px solid;
  margin: 1.5rem 0;
}
