section h2 {
  color: var(--white);
}

.header a {
  color: var(--white);
}

.brand__logo {
  filter: invert(1);
}
.brand__name,
.brand a {
  color: var(--white) !important;
}

@media (max-width: 1023px) {
  .phone__section__heading {
    color: var(--white);
  }
}

.phone__section__protection {
  --background: rgba(21, 21, 21, 0.45) !important;
  --text: rgba(255, 255, 255, 0.50) !important;
}