.refheading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.refheading-image {
  flex: 0 0 300px;
  margin-right: 20px;
}

.refheading-image img {
  max-width: 100%;
}

.refheading-content {
  flex: 1;
}
