.header {
  position: relative;
  z-index: 999;
}

.head_logo {
  width: 25.946rem;
  height: 11.629rem;
  aspect-ratio: 25.946/11.629;
  position: absolute;
  top: 3rem;
  left: 3rem;
}

@media screen and (max-width: 699.98px) {
  .head_logo {
    width: 31.798rem;
    height: 14.251rem;
  }
}