@media screen and (min-width:769px) {
.strategy_container:has(.strategy_posts:nth-child(4):last-child) { max-width:750px;  flex-wrap:wrap; width:auto; }
.strategy_container:has(.strategy_posts:nth-child(4):last-child) .strategy_posts { flex-basis: calc(50% - 15px); }
.strategy_container:has(.strategy_posts:nth-child(4):last-child) .grid_img { min-width:262px; }
.strategy_container:has(.strategy_posts:nth-child(4):last-child) .grid_img img { height:auto; aspect-ratio:262/170; }
}