.hero_blog_detail-layout {
	margin-block: 0;
}

.hero_blog_detail-layout .breadcrumb-col {
	margin-bottom: max(2rem, calc(5 * var(--su)));
}

.hero_blog_detail-layout .image-col img {
	width: 100%;
	aspect-ratio: 2/1;
	object-fit: cover;
}
.hero_blog_detail-layout:has(.image-2-col) .image-col img {
	aspect-ratio: 9/10;
}
