.header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .header__logo {
  object-fit: contain;
  margin-top: 22px;
  max-width: 427px;
  width: 100%;
  max-height: 485px;
} */
/* 
@media screen and (max-width: 400px) {
  .header {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 370px) {
  .header {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 330px) {
  .header {
    margin-bottom: 25px;
  }
} */
