.category-title {
    color: #34495e;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}

.wysiwyg-page {
    padding-bottom: 40px;
}
.wysiwyg-page .main-title {
    margin-bottom: 30px;
}

.wysiwyg-content p {
    margin: 0 0 1.5em 0;
}
.wysiwyg-content li ul, .wysiwyg-content li ol {
    margin: 0 1.5em;
}
.wysiwyg-content ul, .wysiwyg-content ol {
    margin: 0 1.5em 1.5em 1.5em;
}
.wysiwyg-content ol ol {
    list-style: lower-alpha;
}
.wysiwyg-content a {
    color: #fc8b2b;
}
.wysiwyg-content a:hover {
    text-decoration: underline;
}
.wysiwyg-content table {
    border: 1px solid #dadfe1;
}
.wysiwyg-content table th, .wysiwyg-content table td {
    border: 1px solid #dadfe1;
    padding: 2px 10px;
    text-align: left;
}
.wysiwyg-content img {
    max-width: 100%;
    height: auto !important;
}