.post_custom_image_with_paragraph_wrapper {
    text-align: center;
}

.post_custom_image_with_paragraph_image {
    width: 50%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.post_custom_image_with_paragraph_paragraph {
    text-align: initial;
}

.post_custom_image_with_paragraph_paragraph strong {
    font-weight: 900;
}

@media screen and (min-width: 1024px) {
    .post_custom_image_with_paragraph_wrapper {
        display: flex;
    }

    .post_custom_image_with_paragraph_image {
        width: 15%;
        height: 100%;
    }

    .post_custom_image_with_paragraph_paragraph {
        width: 85%;
    }
}