.widget-exhibitions .exhibition-preview {
  padding: 5px 10px;
  background-color: #e9e6e3;
  border-bottom: 1px solid #fff;
}

.exhibition-preview .title {
  color: #e80026;
  font-weight: bold;
}

.exhibition-preview .logo-small {
  width:120px;
}

.exhibition-preview .logo span {
  font-size: 12px;
  text-transform: uppercase;
  color: #e60028;
  display: inline-block;
}

.exhibition-preview .logo span + span {
  font-size: 16px;
  text-transform: lowercase;
  color: #7d7d7d;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .exhibition-preview .country {
    text-align: right;
  }
}