.description h1, .description h2, .description h3, .description h4  {
    line-height: 22px;
    font-size: 14px;
    color: var(--black);
    margin: 0 0 20px 0 !important;;
    padding: 0 !important;;
    font-weight: 100;
    text-transform: capitalize;
}

.news-content-dt h1, .news-content-dt h2, .news-content-dt h3, .news-content-dt h4 {
    line-height: 22px;
    font-size: 14px;
    color: var(--black);
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    font-weight: 100;
    text-transform: capitalize;
}

.news-content-dt table {
    width: 100%;
    border-collapse: collapse;
}

.des-dt h1, .des-dt h2, .des-dt h3, .des-dt h4 {
    font-weight: bold;
}

.news-content-dt img {
    width: 100% !important;
    object-fit: contain;
	margin: 5px 0;
}

.news-content-dt p {
    margin: 10px 0;
}

figcaption {
    width: 100% !important;
    margin-top: 5px;
}

figcaption p {
    display: flex;
    align-items: center;
    justify-content: center;
}

figure {
    width: 100% !important;
    margin-bottom: 5px;
}

em {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 576px) {
    .news-content img {
        object-fit: cover;
    }
}