.custom-header {
  padding: 0px 58px 0px;
}
@media screen and (max-width: 767px) {
  .custom-header {
    padding: 0px;
  }
}
.custom-header__content {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .custom-header__content {
    width: 100%;
  }
}
.custom-header .header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.custom-header .header-logo .header-logo-link {
  width: 168px;
  background-color: #0157ae;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .custom-header .header-logo .header-logo-link {
    width: 40%;
  }
}
.custom-header .header-logo .header-logo-link__img img {
  width: 100%;
}