.blocks-background.exampleBlock{display:grid;width:100%;height:auto;grid-template-columns:repeat(2,1fr);max-width:1400px;margin:unset}@media screen and (max-width:840px){.blocks-background.exampleBlock{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:630px){.blocks-background.exampleBlock{grid-template-columns:repeat(1,1fr)}}.blocks-background.exampleBlock .explenationBlock{display:grid;grid-template-columns:1fr 1fr;padding:20px;width:calc(100% - 40px);width:-ms-calc(100% - 40px);width:-o-calc(100% - 40px);background:var(--background-blocks-secondary);justify-self:center;grid-gap:20px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.blocks-background.exampleBlock .explenationBlock .blockImage{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;width:100%;min-height:180px;grid-column:1/2}.blocks-background.exampleBlock .explenationBlock .explenationText{display:grid;grid-gap:10px;grid-template-rows:-webkit-min-content auto;grid-template-rows:min-content auto;width:100%;text-align:start;color:var(--text-primary)}.blocks-background.exampleBlock .explenationBlock .explenationText p{margin:unset}@media screen and (max-width:1000px){.exampleBlock .explenationBlock{grid-template-columns:100%}}