body { color: #333; font-family: 'Open Sans'; font-weight: 300; margin: 0; padding: 0; } * { box-sizing: border-box; } .Container { height: 100vh; padding: 0; position: relative; } .PageNotFound { display: flex; left: 50%; margin: 0; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; max-width: 860px; padding: 32px; } .PageNotFound__item { display: flex; flex-direction: column; justify-content: center; } .PageNotFound__logo { margin-bottom: 24px; width: 142px; } .PageNotFound__image { margin-right: 32px; } .PageNotFound__image--mobile { display: none; } .PageNotFound__title { color: rgba(0, 0, 0, 0.94); font-family: "Open Sans"; font-size: 40px; font-style: normal; font-weight: bold; line-height: 48px; margin-bottom: 8px; margin-top: 0; } .PageNotFound__subtitle { color: rgba(0, 0, 0, 0.56); font-family: "Open Sans"; font-size: 18px; font-style: normal; font-weight: bold; line-height: 28px; margin-bottom: 24px; margin-top: 0; } .PageNotFound__description { color: rgba(0, 0, 0, 0.94); font-family: "Open Sans"; font-size: 18px; font-style: normal; font-weight: normal; line-height: 28px; margin-bottom: 24px; margin-top: 0; } .Countries__title { font-family: 'Open Sans'; font-style: normal; font-weight: 600; font-size: 28px; line-height: 36px; color: rgba(0, 0, 0, 0.94); margin: 0; } .Countries__columns { display: flex; flex-wrap: wrap; } .Countries__item { flex-basis: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 32px; } .Countries__name { font-family: 'Open Sans'; font-style: normal; font-weight: normal; font-size: 18px; line-height: 28px; text-align: center; text-decoration-line: underline; color: rgba(0, 0, 0, 0.94); margin-top: 8px; } @media only screen and (max-width: 767px), screen and (max-width: 1024px) and (orientation: landscape) { .Container { height: 100%; } .PageNotFound { justify-content: center; margin: 40px auto; padding: 24px; position: static; text-align: center; transform: none; } .PageNotFound__logo { margin-bottom: 13px; } .PageNotFound__image { display: none; } .PageNotFound__image--mobile { display: block; margin: 0 auto; margin-bottom: 24px; } .PageNotFound__image--mobile img { height: 160px; width: 160px; } .PageNotFound__logo { width: 121px; } .PageNotFound__title { font-size: 32px; line-height: 40px; } .PageNotFound__subtitle { font-size: 16px; line-height: 24px; margin-bottom: 33px; } .PageNotFound__description, .Countries__name { font-size: 16px; line-height: 24px; } .Countries__item img { width: 60px; } .Countries__title { font-size: 24px; line-height: 36px; } .Countries__item:nth-child(1), .Countries__item:nth-child(2) { margin-top: 24px; } }