.listofblocks{display:grid;gap:50px;grid-template-columns:repeat(2,minmax(0,1fr));.block_content{background:#123f22;border-radius:20px;height:100%;padding:64px 40px;img{display:inline-block;margin-bottom:24px;max-height:71px}h3{color:#4f0;text-transform:uppercase}p{color:#fff;line-height:2em;margin-bottom:0}}.last__item{.block_content{align-items:center;background:#d0f5de;display:flex;justify-content:center;padding-left:24px;padding-right:24px;h3{white-space:normal;word-wrap:break-word;color:#123f22;font-size:36px;margin-bottom:0;max-width:100%;overflow-wrap:break-word;text-align:center;text-transform:uppercase}}}}@media (max-width:768px){.listofblocks{display:flex;flex-wrap:wrap;.block_content{padding:24px}img{max-height:32px!important;width:auto}h3{margin-bottom:12px}p{font-size:16px;line-height:1.2em}.last__item{max-width:100%;h3{font-size:22px!important}}}}