.how-we-do-it{column-gap:2rem;display:grid;grid-template-areas:"img title" "img content";grid-template-columns:1fr 2fr;position:relative}@media (max-width:992px){.how-we-do-it{grid-template-areas:"title" "content" "img";grid-template-columns:1fr}}.how-we-do-it__img{grid-area:img;line-height:0;margin:0;padding:1rem;position:relative}.how-we-do-it__img img{object-fit:cover;position:relative;width:100%;z-index:2}@media (max-width:992px){.how-we-do-it__img img{max-height:250px}}.how-we-do-it__img:before{right:0;top:0}.how-we-do-it__img:after,.how-we-do-it__img:before{background:var(--accent-color);content:"";height:40px;opacity:.4;position:absolute;width:40px;z-index:1}.how-we-do-it__img:after{bottom:0;left:0}.how-we-do-it__title{align-self:center;color:var(--primary-color-800);font-size:40px;font-weight:700;grid-area:title;position:relative}@media (max-width:992px){.how-we-do-it__title{text-align:center}}.how-we-do-it__content{grid-area:content;position:relative}