
.main_content {
    margin: 0 auto;
    color: #404040;
    line-height: 1.875;
    word-wrap: break-word;
    word-break: break-word;
}

.main_content p {
    outline: none;
}

.main_content h6 {
    margin-bottom: 1rem;
    padding-top: 24px;
    line-height: 2;
}

.main_content h5 {
    margin-bottom: 1.25rem;
    padding-top: 28px;
    line-height: 2;
}

.main_content h4 {
    margin-bottom: 1.5rem;
    padding-top: 32px;
    line-height: 2;
}

.main_content h3 {
    margin-bottom: 1.75rem;
    padding-top: 36px;
    line-height: 2;
}

.main_content h2 {
    margin-bottom: 2rem;
    padding-top: 40px;
    line-height: 2;
}

.main_content h1 {
    margin-bottom: 2.5rem;
    padding-top: 44px;
    line-height: 2;
}

.main_content ul, ol {
    list-style: revert;
    padding: revert;
    margin: revert;
}

.main_content table td p {
    margin: 0;
}

.main_content img {
    max-width: 100%;
    height: auto !important;
}