﻿.text-justify img.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.text-justify img[style*="float: right"] {
    float: right;
    margin-left: 20px;
}

.text-justify img[style*="float: left"] {
    float: left;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .text-justify img[style*="float: right"],
    .text-justify img[style*="float: left"] {
        float: none !important;
        display: block;
        margin: 0 auto 15px auto;
    }

    .text-justify span {
        display: block;
        margin-bottom: 5px;
        font-size: 1.3rem;
    }

    .text-justify p {
        font-size: 1.2rem;
    }
}
