.type-post article>header>h1 {
    text-align: left;
}

.type-post article>img {
    height: 400px;
    width: auto;
    object-fit: cover;
    margin-left: 0;
}

.type-post article div.row>div>h2,
.type-post article div.row>div>h3 {
    margin-top: 0px;
}

.type-post article div.row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.type-post .news-item-detail .next-prev {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}