/* BobAddFile 12-11-68 */
.bodyContentArticle {
    & .coverImageTopHead {}

    & .mainContentArticle {
        & .blockImageArticle {
            text-align: center;
            margin: 0 0 1rem 0;

            & img {
                width: 100%;
                height: auto;
                max-width: 800px;
                border-radius: .4rem;
            }
        }

        & .contentContactFit {
            color: #186183;
            line-height: 1.3;
        }

        & .contentRefArticle {
            line-height: 1.3;
        }
    }
}

