body {background:#414A56; display: flex;
  justify-content: center; /* Poziom */
  align-items: center;     /* Pion */
  min-height: 100vh;       /* Wysokość pełnego okna */
  margin: 0; }

.informacja {width:80%; margin: 0 auto; display:flex; flex-wrap:wrap; gap:5%; align-items:center;}
.logo {width: 30%;}
.logo_inner  {padding:1rem;}
.logo img {width:100%;}
.tekst {width:65%; font-size: 16px; font-family: 'Noto Sans'; color:#B2B3B2; line-height: 170%; font-weight: 500; text-align: center;}
.tekst_inner {padding:1rem;}
.linia_1 {font-size: 19px; text-transform: uppercase; font-weight: 700;}
.linia_2 {margin-top: 10px;}
.linia_3 {margin-top: 1.5rem; font-weight: 600; text-transform: uppercase;}
.linia_4 a {color:#B2B3B2; text-decoration: none; font-size: 16px;}
.linia_4 a:hover {color:#8F7D51;}

@media (max-width: 1300px) {
.logo_inner {width:60%; margin:0 auto;}
.logo {width:100%;}
.tekst {width:100%; margin-top:2rem;}
}