.yellow-strip {
  background-color: #FFA23B;
  padding: 12px 0;
  text-align: center;
}

.yellow-strip .strip-text {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-top: 4px;
}

.yellow-strip .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.yellow-strip .strip-image {
  border-right: 1px solid #FFFFFF4D;
  padding-right: 12px;
  margin-right: 12px;
}