.home-content {
    padding-block: 50px;
}

.post{
    width:100%;
}
.post-content {
    margin: 0 auto;
    padding-inline: 0px;
}

.post-container {
    color: #ffffff;
    padding: 30px;
    background: #2e2e2e;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border-radius: 10px;
    flex: 0.7;
}

.post.post-single .post-content{
	color:#ffffff;
	/* padding:30px; */
}
.post.post-single .post-content p, .post.post-single .post-content ul li{
	font-size:14px;
}
.post.post-single .post-content img{
	border-radius:10px;
	overflow:hidden;
}
.post.post-single .post-content h1, .post.post-single .post-content h3, .post.post-single .post-content h2, .post.post-single .post-content h4, .post.post-single .post-content h5, .post.post-single .post-content h6{
	color:#ff5a71;
}

.home-side-bar-section{
    flex: 0.4;
}

.post .post-content{
	overflow:hidden;
}

.post-title {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.4;
}

.post hr {
    margin: 1rem 0;
    color: white;
    background-color: white;
    border: 1;
    opacity: .25;
}

.post p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.post :is(h1, h2, h3, h4, h5, h6) {
    color: #203656;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    margin: 20px 0;
}

.post h6 {
    font-size: 1rem;
}

.post strong {
    font-size: 18px;
}

.post a {
    color: #FE4F70;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.home-side-bar-section{
    flex: 0.4;
}

@media (max-width: 768px) {
    .home-side-bar-section{
        flex: 1;
    }

    .post-container{
        flex: 1;
    }

    .post-content .flex-container {
        flex-direction:column;

    }
}
