h1{margin-bottom:15px;}
#testersnav{float:left;width:30%;margin-left:4%;margin-top:3%}
#testersnav li{font-size:175%;line-height:1.5em;}
.testers-hero{float:left;max-width:60%;margin-left:3%;margin-bottom:20px;display:flex;flex-direction:column;gap:1rem;}
.testers-hero img{display:block;width:100%;max-width:100%;height:auto;border-radius:12px;}
.testers-lead{margin-top:1.5em;max-width:52em;line-height:1.6;}
.testers-lead .lead{font-size:1.35rem;line-height:1.65;}
.testers-beta{margin-top:1.25em;padding:1em 1.25em;background:rgba(194,65,12,0.08);border-radius:12px;border:1px solid rgba(194,65,12,0.2);font-size:1.35rem;line-height:1.65;}
.testers-beta a{font-weight:600;}
.testers-stores{margin-top:1em;}
.testers-stores a{font-weight:600;}

@media (max-width: 1250px) {
#testersnav li{font-size:175%}
}
@media (max-width: 1100px) {
  #testersnav li{font-size:140%}
}
@media (max-width: 930px) {
  #testersnav{margin-top:0}
}
@media (max-width: 775px) {
  .testers-hero{float:none;max-width:100%;margin-left:0;}
  #testersnav{float:none;width:100%;text-align:center;}
  h1{font-size:175%}
}
@media (max-width: 405px) {
  h1{font-size:140%}
  #testersnav li{font-size:120%}
}
