﻿.paragraph__text{
    padding-bottom: 1.5rem;
}

.paragraph__text > ul > li {
    white-space: pre-wrap;
}

.paragraph__text img {
    width: 100%;
    object-fit: cover;
    max-height: 300px;
}

/*@media (min-width: 576px) {
    .paragraph__text img {
        width: initial;
        object-fit: initial;
    }
}*/