.blog-container{max-width: 1250px !important;margin:0 auto;font-family:"Lato", Sans-serif;}



.title-featured-image-row {
    display: flex;
    align-items: center; /* Vertically centers content */
    gap: 20px; /* Space between columns */
    margin: 25px 0;
	background-color:#F7D409;
	border-radius:20px;
}

.title-column {
    flex: 0 0 65%; /* 40% width, doesn't grow or shrink */
	padding:0px 50px;
}

.featured-image-column {
    flex: 0 0 35%; /* 60% width, doesn't grow or shrink */
}

.featured-image-column img {
    width: 100%;
    height: auto;
    display: block;
	border-radius:0px 20px 20px 0px;
}

/* Responsive adjustment for mobile */
@media (max-width: 768px) {
    .title-featured-image-row {
        flex-direction: column; /* Stack columns on mobile */
    }
    .title-column,
    .featured-image-column {
        flex: 0 0 100%; /* Full width on small screens */
    }
	
	h1.entry-title{
		font-size:24px;
		line-height:35px;
		width:100%;
	}
	
	.title-column{
		padding:20px 20px 10px 20px;
	}
	.featured-image-column img{
		border-radius:0px 0px 20px 20px;
	}
}

#breadcrumbs span span a{ color: #0080FF;font-weight:500;font-size:15px;}

.entry-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 1rem;
	line-height:50px;
	width: 70%;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.entry-content {
    font-size: 1rem;
    line-height: 1.8;
}
