
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#fff;color:#0f172a;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica,Arial}
a{color:#0B5BA8;text-decoration:none}
.container{max-width:1100px;margin:0 auto;padding:40px 20px}
.wrap{display:flex;gap:40px;align-items:center;justify-content:space-between}
.left{flex:0 0 45%}
.left img{width:100%;height:auto;display:block}
.right{flex:1}
.right h1{font-size:28px;margin:0 0 12px 0;font-weight:700;color:#0B5BA8}
.list{font-size:20px;line-height:1.5}
.list p{margin:8px 0}
.btn{display:inline-block;margin-top:20px;background:#16a34a;color:#fff;padding:14px 20px;border-radius:12px;font-weight:600}
.btn:hover{opacity:.9}
.small{font-size:14px;color:#475569;margin-top:8px}
@media (max-width:820px){
  .wrap{flex-direction:column;align-items:flex-start}
  .left,.right{width:100%}
  .list{font-size:18px}
}
