.exhibition-info{
  position:relative;
  margin-top:1.5rem;
}

.exhibition-info::before{
  content:'';
  height:1rem;
  width:1px;
  position:absolute;
  left:50%;
  top:-2rem;
  background:var(--color-text);
}

.exhibition-info h3{
  margin:0;
  text-transform:uppercase;
}

.exhibition-info img{
  max-width: 120px;
	max-height: 80px;
  margin:0 auto;
}