.brand {
  display: flex;
  align-items: center;
  line-height: 1;
}

.brand-logo {
  display: block;
  width: 118px;
  height: 68px;
  object-fit: contain;
  object-position: left center;
}

.brand-footer .brand-logo {
  width: 150px;
  height: 105px;
}

.experience-panel {
  min-height: 550px;
  padding: 44px;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 12%, rgba(233, 189, 75, .18), transparent 28%),
    linear-gradient(145deg, #172c3e, #091521);
  box-shadow: 0 24px 70px rgba(11, 22, 34, .16);
}

.experience-label,
.experience-note {
  color: #e9bd4b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.experience-panel > div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 22px;
  align-items: center;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.experience-panel strong {
  color: #e9bd4b;
  font: 500 30px Georgia, serif;
}

.experience-panel span {
  color: #d0d8de;
  line-height: 1.45;
}

.experience-note {
  margin-top: 28px;
  color: #9eabb5;
  line-height: 1.6;
}

@media (max-width: 780px) {
  .experience-panel {
    min-height: auto;
    padding: 30px 24px;
  }

  .experience-panel > div {
    grid-template-columns: 82px 1fr;
  }
}
