.story__wrapper{display:flex;flex-direction:column;gap:24px}@media(min-width: 992px){.story__wrapper{flex-direction:row;justify-content:space-between;align-items:flex-start}}@media(min-width: 992px){.story__content{flex:1;width:100%;max-width:584px}}.story__head{margin-bottom:24px}@media(min-width: 1200px){.story__head{margin-bottom:40px}}.story__label{margin-bottom:8px;color:var(--accent)}@media(min-width: 1200px){.story__label{margin-bottom:16px}}.story__title{color:var(--primary)}.story__title span,.story__title b,.story__title strong{color:var(--accent)}.story__description{color:var(--primary-400)}.story__btn-wrapper{margin-top:24px}@media(min-width: 1200px){.story__btn-wrapper{margin-top:40px}}.story__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(min-width: 992px){.story__image-col{flex:1;width:100%;max-width:640px}}.story__image-wrapper{position:relative;border-radius:8px;background-color:var(--primary-100);padding-bottom:100%;overflow:hidden}@media(min-width: 1200px){.story__image-wrapper{padding-bottom:87.97%}}.story__image-labels{display:flex;position:absolute;top:0;right:0;flex-wrap:wrap;gap:8px;padding:16px}@media(min-width: 992px){.story__image-labels{padding:32px}}.story__image-label{border-radius:2px;background-color:var(--accent);padding:6px 16px;color:var(--white)}