.component-title-cta-images-and-caption__imgTexts-desktop-2cols-mobile-1col {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "text" "image" "cta";
    row-gap: 1.5625rem; /* 25px */
    justify-items: center;

    max-width: 93.6%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-inline: auto;
}

.component-title-cta-images-and-caption__imgTexts-desktop-2cols-mobile-1col--image-wrapper {
    grid-area: image;
}

.component-title-cta-images-and-caption__imgTexts-desktop-2cols-mobile-1col--text-content-wrapper {
    grid-area: text;
    display: contents;
}

.component-title-cta-images-and-caption__imgTexts-desktop-2cols-mobile-1col--title {
    font-size: 1.4375rem; /* 23px */
    line-height: 1em;
}

.component-title-cta-images-and-caption__imgTexts-desktop-2cols-mobile-1col .component-cta {
    grid-area: cta;
}

@media screen and (min-width: 64rem /* 1024px */) {
    .component-title-cta-images-and-caption__imgTexts-desktop-2cols-mobile-1col {
        max-width: 70.625rem; /* 1130 */
        margin-bottom: 3.5625rem; /* 57px */
        
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "image text";
        column-gap: 3.125rem; /* 50px */
        align-items: start;
    }

    .component-title-cta-images-and-caption__imgTexts-desktop-2cols-mobile-1col--image-wrapper {
        justify-self: end;
    }

    .component-title-cta-images-and-caption__imgTexts-desktop-2cols-mobile-1col--text-content-wrapper {
        justify-self: start;
        align-self: center;
        display: block;
    }

    .component-title-cta-images-and-caption__imgTexts-desktop-2cols-mobile-1col--image-wrapper,
    .component-title-cta-images-and-caption__imgTexts-desktop-2cols-mobile-1col--text-content-wrapper {
        max-width: 29.0625rem; /* 465px */
    }

    .component-title-cta-images-and-caption__imgTexts-desktop-2cols-mobile-1col--title {
        margin-bottom: 1.5625rem;
    }

    .component-title-cta-images-and-caption__imgTexts-desktop-2cols-mobile-1col--description {
        margin-bottom: 1.5625rem;
    }

    .component-title-cta-images-and-caption__imgTexts-desktop-2cols-mobile-1col .component-cta {
        font-size: 0.875rem;
    }
}