/* Corporate brand presentation refinements */

.header-content-left .logo {
  align-items: center;
  display: flex;
  height: 38px;
  justify-content: flex-start;
  margin-left: 4px;
  text-align: left;
  width: 132px;
}

.header-content-left .logo img {
  display: block;
  height: auto;
  width: 132px;
}

.business-brand {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 0 0 14px;
}

.business-brand .corporate-symbol {
  flex: 0 0 auto;
  line-height: 0;
}

.business-brand .corporate-symbol img {
  display: block;
  height: auto;
  width: 52px;
}

.business-brand .title {
  color: #0f4c81;
  font-size: 1.266rem;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (min-width: 1050px) {
  .header-content-left .logo {
    align-items: center;
    display: flex;
    height: 60px;
    margin-left: 0;
    width: 212px;
  }

  .header-content-left .logo img {
    height: auto;
    width: 212px;
  }

  .business-brand {
    gap: 16px;
    margin-bottom: 16px;
  }

  .business-brand .corporate-symbol img {
    width: 60px;
  }
}
