#app>main{width:100%;max-width:1440px;flex-direction:row;justify-content:space-between;gap:128px}#app>main>div:first-child{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px}#app>main>div:last-child{width:100%;display:flex;justify-content:center;align-items:center}#app>main>div:last-child>img{max-width:600;width:100%;height:auto;border-radius:8px;background-color:#16a34a1a}#content{width:100%;max-width:1440px;align-items:flex-start;padding-top:24px}#content>:first-child{margin-top:0}#content h2{font-size:32px;font-weight:600;margin-top:16px}#content h3{font-size:24px;font-weight:600;margin-top:24px}#content p{color:#4b5563;font-size:18px;line-height:1.6;margin-top:16px}#content strong{color:#000;font-weight:600}#content a{color:#16a34a;font-weight:600;text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:1.5px;text-underline-offset:2px;cursor:pointer;transition:all .2s linear}#content a:hover{text-decoration-color:#16a34a}#content ul,#content ol{margin-top:8px;display:flex;flex-direction:column;justify-content:flex-start;align-content:center;margin-left:16px}#content li{color:#4b5563;font-size:18px;line-height:1.4}#content table{width:100%;border-collapse:collapse;table-layout:fixed;overflow:none;margin:24px 0 8px;border-radius:8px;box-shadow:0 4px 10px #0000001a}#content table th{color:#fff;padding:12px 15px;background-color:#16a34a}#content table td{font-size:14px;border-bottom:1px solid #ddd;padding:12px 15px;background-color:#fff}@media screen and (max-width: 940px){#app>main{flex-direction:column;gap:64px}}
