.custom-top-logo {
  margin-bottom: 2.7142857143rem;
  text-align: center;
}
@media (min-width: 750px) {
  .custom-top-logo {
    margin-bottom: 2.2857142857rem;
  }
}
.custom-top-logo__image {
  width: 22.8571428571rem;
  height: auto;
  filter: invert(100%);
}
@media (min-width: 750px) {
  .custom-top-logo__image {
    width: 18rem;
  }
}