.blck-html_image { display: grid; grid-template-columns: repeat(2,1fr); align-items: center; grid-gap: 40px; width: 100%; }
.blck-html_image .image { order: 1; }
.blck-html_image .html {}
.blck-html_image .html.end { order: 2; }
.blck-html_image .html h2 { font-size: 27px; font-weight: 700; }
.blck-html_image .html p {}
.blck-html_image .html .btn {}



.col-4 .blck-html_image { grid-template-columns: repeat(1, 1fr); grid-gap: 20px; }
.col-4 .blck-html_image .html { order: 2; }
.col-4 .blck-html_image .text {}


.col-6 .blck-html_image { grid-template-columns: repeat(1, 1fr); grid-gap: 20px; }
.col-6 .blck-html_image .html { order: 2; }
.col-6 .blck-html_image .text {}