@media only screen 
and (max-device-width: 600px) {
.page_trezors h3 { font-size: 4em; margin-bottom: 0; }
.page_trezors p { font-size: 1.6em !important; }

  .page_trezors img.playstore_badge { width: 50%; }
  .page_trezors img.capture1 { display: none; }
  .page_trezors img.capture1_mobile { margin-top: 100px; }
  .page_trezors img.mouse_looking { display: none; }

  .page_trezors section {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page_trezors >section >div {
    padding: 3vh 4vh; 
  }

  .page_trezors >section.title { background: linear-gradient(to right bottom, #FFBA5D, #FFB858); }
  .page_trezors >section.title >div {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .page_trezors >section.title section.text div.logo { display: flex; align-items: center; }
  .page_trezors >section.title section.text div.logo img.icon { width: 150px; height: 150px; }
  .page_trezors >section.title section.text div.logo img.name { width: 208px; height: 48px; margin-left: 10px; }

  .page_trezors section.arguments { background-color: white; padding: 4vh; }
  .page_trezors ul.arguments li { display: flex; flex-direction: column; margin-bottom: 6vh; }
  .page_trezors ul.arguments li img { width: 10vh; height: 10vh; align-self: center; }

  .page_trezors section.example { background-color: #F8A83C; position: relative; }
  .page_trezors section.example >div { padding: 0; }
  .page_trezors section.example h4.advice { background-color: rgba(255, 255, 255, 0.6); border-radius: 25px; padding: 15px; text-align: center; max-width: none !important; }
  .page_trezors section.example h4.capture2 { position: absolute; top: 0; left: 10%; }
  .page_trezors section.example div.added_popin { display: none;}
  .page_trezors section.example img.capture2 { display: none; }
  .page_trezors section.example img.capture2_mobile { margin-top: 10vh; }
  .page_trezors section.example h4.capture3 { margin: 3vh; }
  .page_trezors section.example img.capture3 { width: 80%; height: 80%; align-self: center; }
  .page_trezors section.example div.container_capture3 { display: flex; flex-direction: column; }

  .page_trezors section.premium_arguments { background-color: #FFB858; }
  .page_trezors section.premium_arguments >div { display: flex; flex-direction: column; }
  .page_trezors section.premium_arguments div.container_premium_title { position: relative; display: flex; justify-content: end; margin-bottom: 8vh; }
  .page_trezors section.premium_arguments img.star { position: absolute; width: 3vh; height: 3vh; }
  .page_trezors section.premium_arguments img.star:first-of-type { top: 100%; left: 35%; }

  .page_trezors >section.premium_arguments div.container_arguments { padding: 4vh; }
  .page_trezors >section.premium_arguments img.mouse_finder { display: none; }

  .page_trezors section.download { background-color: #3E3E3E; }
  .page_trezors section.download >div { display: flex; padding: 3vh 4vh !important; flex-direction: column; }
  .page_trezors section.download img.mouse_download { width: 50%; height: 50%; }

  .page_trezors footer { background-color: black; display: flex; justify-content: center; }
  .page_trezors footer p { font-size: 0.6em; }
}