.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    color: #000000;
    font-weight: 800;
    margin: 20px 0 10px;
    line-height: 1.3;
}

.text-content h1 { font-size: 28px; }
.text-content h2 { font-size: 22px; }
.text-content h3 { font-size: 18px; }
.text-content h4 { font-size: 16px; }
.text-content h5 { font-size: 15px; }
.text-content h6 { font-size: 14px; }

.text-content p {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 12px;
    line-height: 1.6;
    text-align: justify;    
}
.text-content strong {
    font-weight: 800;
}


@media screen and (max-width: 1200px) {
    
}
@media screen and (max-width: 992px) {
    
}
@media screen and (max-width: 768px) {
    .text-content h1 { font-size: 18px; }
    .text-content h2 { font-size: 18px; }
    .text-content h3 { font-size: 16px; }
}
@media screen and (max-width: 576px) {
    
}