.block-product__text-image-cta .text-image-cta__picture{
    width: 90%;
    justify-self: center;
}
.block-product__text-image-cta .text-image-cta__picture img{
    max-width:100%;
    width: 100%;
}
/* DESKTOP 1024px */
@media only screen and (min-width: 768px) {
    .block-product__text-image-cta{
        grid-template:auto / auto auto;
    }
    .text-image-cta__descr{
        max-width:25.375em;
    }
    .block-product__text-image-cta .text-image-cta__picture{
        width: fit-content;
        justify-self: flex-end;
        max-width: 34.563em;
    }
    .left.block-product__text-image-cta .text-image-cta__picture{
        grid-column:2;
        grid-row:1;
        justify-self:flex-start;
    }
    .left.block-product__text-image-cta .text-image-cta__descr{
        justify-self:flex-end;
    }
}
