.blog__header{display:grid;max-width:1600px;grid-template-columns:1fr 1fr;width:100%;margin-left:auto;margin-right:auto}.blog__header>div{display:flex;padding:0 40px 0 80px;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;flex:1 0 0;align-self:stretch}.blog__header img{width:100%}.test__markdown{width:100%;max-width:720px;margin-top:96px}.test__markdown>*{color:var(--Courses-Base-Black)!important;text-align:left}.test__markdown a,.test__markdown p{color:var(--Courses-Gray-Gray-600)!important;font-weight:400!important}.test__markdown a{text-decoration:underline}.test__markdown img{width:720px!important;max-width:100%!important;border-radius:16px;background:#d3d3d3 50%/cover no-repeat;margin-top:32px;margin-bottom:32px}@media screen and (max-width:992px){.test__markdown{margin-top:64px}.blog__header{display:flex;max-width:100vw;flex-direction:column-reverse;gap:64px}.blog__header>div{padding:0 64px}}@media screen and (max-width:768px){.blog__header>div{padding:0 32px}}@media screen and (max-width:576px){.blog__header>div{padding:0 16px}.test__markdown img{max-width:Calc(100vw - 32px)}}