.l-header {
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 min(5.3333333333vw, 70px); }
  .l-header img[src$=".svg"] {
    width: auto; }
  .l-header__logo {
    display: block;
    width: min(46vw, 230px); }
@media screen and (min-width: 768px) {
  .l-header {
    justify-content: flex-start; } }
