.page p img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 576px) {
    .page p {
        text-align: left !important;
    }
}