.content-single-post .container {
	padding-top: 100px;
	padding-bottom: 0;
}

.content-single-post .container a {
    color: var(--Text-100, #040611);
}

.content-single-post .container :where(p, li) {
    margin-bottom: 24px;
    color: var(--Text-100, #040611);
    font-weight: 400;
    line-height: 24px;
}

.content-single-post .container p>img+img {
    margin-left: 19px;
}

.content-single-post .container ul {
    list-style-type: square;
    padding-left: 23px;
}

.content-single-post .container :where(h2, h3, h4, h5, h6) {
    margin-bottom: 32px;
}

.content-single-post .container img {
    border-radius: 32px;
    margin-top: 16px;
}

.content-single-post .container p:last-child {
    margin-bottom: 0;
}

.red {
    color: var(--Secondary-100, #CF2B24) !important;
}


@media screen and (max-width: 992px) {
    .content-single-post .container {
        padding-top: 64px;
        padding-bottom: 0;
    }
}