@media screen and (min-width: 64rem) {/* 1024px */

    .component-title-cta-images-and-caption__imgTexts-desktop-2cols-mobile-1col {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));

        place-content: center;
        place-items: center;
    }

}