.post-content {
    display: flex;
    justify-content: center;
    width: 100%;
}

.post-content img,
.post-content .carousel {
    margin: 0 auto;
}



.post-content img {
    max-width: 450px;
    height: auto;      /* Limite da imagem */
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

	

.post-header {
    margin-bottom: 30px;
}

.post-date {
    font-size: 0.9rem;
    color: #777;
}

.post-body {
    font-size: 1.1rem;
    line-height: 1.8;
}

.carousel-item img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 10px;
}

.botaoBlog {
    background-color:#1B110C;
    color: #fff;	
	
}

.card-img-top.blog {
	max-width: 300px !important;
	max-height: 300px !important;
}	