﻿.conteudos h1,
.conteudos h2,
.conteudos h3,
.conteudos h4,
.conteudos h5,
.conteudos h6 {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.conteudos h1:not(:first-child),
.conteudos h2:not(:first-child),
.conteudos h3:not(:first-child),
.conteudos h4:not(:first-child),
.conteudos h5:not(:first-child),
.conteudos h6:not(:first-child) {
    margin-top: 30px;
}

.conteudos p {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.conteudos ul, .conteudos ol {
    margin-left: 30px;
    margin-bottom: 10px;
}
