.page__content p > img {
    width: auto;
}

.page__content p:has(> img),
.page__content p:has(> a > img) {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 40px;
}
