/* ── BoPro logo ── */
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 0 auto 28px;
  text-decoration: none;
}
.header__logo-icon {
  height: 50px;
  width: 52px;
}
.header__logo-text {
  height: 37px;
  width: 138px;
}

@media (max-width: 968px) {
  .header__logo-icon { height: 52px; }
  .header__logo-text { height: 32px; width: 120px; }
}
@media (max-width: 600px) {
  .header__logo-icon { height: 40px; }
  .header__logo-text { height: 26px; width: 96px; }
}

/* ── BoPro logo ── */
.header__logo2 {
    display: block;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 10px auto 10px;
    text-decoration: none;
    width: 180px;
}
.header__logo-icon2 {
    height: 40px;
    width: 42px;
}
.header__logo-text2 {
  height: 30px;
  width: 118px;
  margin-left:10px;
}

@media (max-width: 968px) {
  .header__logo-icon2 { height: 52px; }
  .header__logo-text2 { height: 32px; width: 120px; }
}
@media (max-width: 600px) {
  .header__logo-icon2 { height: 40px; }
  .header__logo-text2 { height: 26px; width: 96px; }
}
