.article-banner{flex-direction:column;width:70%;margin-top:50px;margin-bottom:50px;display:flex}.article-banner__hero{background:#ff5c00;border-radius:24px;justify-content:space-between;align-items:center;width:100%;min-height:250px;display:flex;overflow:hidden}.article-banner__media{flex:0 0 42%;justify-content:center;align-self:stretch;align-items:flex-end;display:flex}.article-banner__image{object-fit:contain;object-position:bottom center;align-self:flex-end;width:100%;max-width:340px;height:auto;display:block}.article-banner__content{flex:1;max-width:470px;margin-right:50px}.article-banner__title{color:#fff;margin:0 0 12px;font-size:4rem;font-weight:700;line-height:.95}.article-banner__description{color:#fff;max-width:420px;margin:0;font-size:1.4rem;line-height:1.45}.article-banner__actions{justify-content:center;gap:16px;width:100%;margin-top:24px;display:flex}.article-banner__action{background:#f2ddcf;border-radius:10px;justify-content:center;align-items:center;width:250px;min-height:46px;text-decoration:none;transition:transform .2s,opacity .2s;display:flex}.article-banner__action:hover{transform:translateY(-2px)}.article-banner__action-icon{object-fit:contain;width:20px;height:20px;display:block}.article-banner__action-text{color:#ff5c00;font-size:1rem;font-weight:600;line-height:1}@media (max-width:1024px){.article-banner__hero{gap:24px;padding:0 32px}.article-banner__title{font-size:3rem}.article-banner__description{font-size:1.1rem}}@media (max-width:768px){.article-banner{flex-direction:column;width:90%;display:flex}.article-banner__hero{flex-direction:column;align-items:flex-start;gap:20px;min-height:auto;padding:0}.article-banner__media{flex:none;justify-content:center;width:100%}.article-banner__image{max-width:240px}.article-banner__content{max-width:100%;padding-bottom:28px;padding-left:16px;padding-right:16px}.article-banner__title{font-size:2.4rem}.article-banner__description{max-width:100%;font-size:1rem}.article-banner__actions{flex-direction:column;gap:12px}.article-banner__action{width:100%}}
