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