.logo-wrapper {
  height: 100px;
  position: relative;
  display: block;
}
.logo-wrapper .logo-subtitle {
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 4px;
  right: 23px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
}
