.text-with-image .text_with_image .description { text-align: justify; }
.text-with-image .text_with_image .description p {margin: 0;}
.text-with-image .text_with_image .image_inner { padding-top: 16px; }
.text-with-image .text_with_image .image_inner img { width: 100%; height: auto;  border-radius:5px;}

@media screen and (max-width: 749px) {
    .text-with-image .text_with_image .description { font-size: 9px; }
}