.html-content-section {
    padding: 40px 0;
}

.html-content-section .section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.html-content-section__content {
    font-size: 1.5rem;
    line-height: 1.5;
    color: inherit;
}

.html-content-section__content * {
    font-size: 1.5rem;
    line-height: 1.5;
}

.html-content-section__content h1,
.html-content-section__content h2,
.html-content-section__content h3,
.html-content-section__content h4,
.html-content-section__content h5,
.html-content-section__content h6 {
    font-weight: normal;
    margin: 0 0 1em 0;
}

.html-content-section__content p {
    margin: 0 0 1em 0;
}

.html-content-section__content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .html-content-section {
        padding: 24px 0;
    }
    
    .html-content-section .section-container {
        padding: 0 16px;
    }
}

