/*=========== TABLE OF CONTENTS ===========
1. Common CSS
2. Page CSS
==========================================*/

/*-------------------------------------
1. Common CSS
--------------------------------------*/
.article__subheading-text {	
	width: auto;
	line-height: 1;
	font-size: 22px;	
}

.article__subheading-span {
	font-weight: 700;
}

.article__subheading__description-span {
	font-weight: 400;
}

.article__content__row__subheading--five {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.article__subheading-row a {
    height: 50px;
}
.article__subheading-icon {
	width: 50px;
	height: 50px;
	transition: all 0.3s ease-in-out;
}
.article__subheading-icon:hover, .article__subheading-icon:focus {
	transform: scale(1.06) !important;
}

/*-------------------------------------
2. Page CSS
--------------------------------------*/
.row_one {
	height: 408px;
	background-image: url(../public/images/img_group_229.png);
	background-size: cover;
	background-repeat: no-repeat;
	align-self: stretch;
	@media only screen and (max-width: 1560px) {
		height: auto;
	}

	@media only screen and (max-width: 1050px) {
		height: auto;
	}
}

.header {
	height: 408px;
	padding-top: var(--space-sm);
	padding-bottom: var(--space-sm);
	background-image: url(../public/images/img_top.png);
	background-size: cover;
	background-repeat: no-repeat;
	@media only screen and (max-width: 1560px) {
		height: auto;
	}

	@media only screen and (max-width: 1050px) {
		height: auto;
	}
}

.header-1 {
	margin-left: 32px;
	margin-right: 44px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	@media only screen and (max-width: 1050px) {
		flex-direction: column;
		margin-left: 0px;
		margin-right: 0px;
	}
}

.header__row {
	align-self: center;
	display: flex;
	align-items: flex-start;
	@media only screen and (max-width: 1050px) {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.header__logo {
	height: 80px;
	margin-bottom: 56px;
	width: 48%;
	object-fit: contain;
}

.header__title {
	color: var(--blue_gray_100) !important;
	font-family: var(--font-product) !important;
	align-self: flex-end;
}

.header__navigation {
	margin-top: 10px;
	width: 44%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	@media only screen and (max-width: 1050px) {
		flex-direction: column;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.stackvector_one-1 {
	height: aa;
	padding: 0;
	align-self: stretch;
	position: relative;
}

.article__image {
	height: 746px;
	width: 14%;
	object-fit: contain;
	position: absolute;
	right: 0px;
	top: 7%;
	margin: auto;
}

.columnsubheadin {
	flex: 1;
	position: absolute;
	bottom: 5%;
	right: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
}

.article__subheading-1 {
	margin-left: 178px;
	margin-right: 178px;
	z-index: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	@media only screen and (max-width: 1050px) {
		margin-left: 0px;
		margin-right: 0px;
	}
}

.rowsubheading {
	margin-top: -148px;
	position: relative;
	display: flex;
	align-items: flex-start;
	@media only screen and (max-width: 1050px) {
		flex-direction: column;
	}
}

.article__row {
	align-self: center;
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	@media only screen and (max-width: 1050px) {
		flex-direction: column;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.article__image-3 {
	height: 746px;
	width: 24%;
	object-fit: contain;
	@media only screen and (max-width: 1050px) {
		width: 100%;
	}
}

.article__subheading-2 {
	color: var(--gray_200) !important;
	margin-bottom: 276px;
	margin-left: -6px;
	align-self: flex-end;
	position: relative;
	line-height: 149%;
	@media only screen and (max-width: 1050px) {
		margin-left: 0px;
	}
}

.article__column-1 {
	margin-top: 172px;
	margin-left: -556px;
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	@media only screen and (max-width: 1050px) {
		align-self: stretch;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 0px;
	}
}

.article__description-1 {
	color: var(--gray_200) !important;
	width: 88%;
	line-height: 149%;
	@media only screen and (max-width: 1560px) {
		width: 100%;
	}

	@media only screen and (max-width: 1050px) {
		width: 100%;
	}
}

.article__image-1 {
	height: 576px;
	z-index: 2;
	width: 34%;
	position: absolute;
	object-fit: contain;
	right: 10%;
	top: 17.62px;
	margin: auto;
	border-radius: var(--radius-xl);
}

.article__column {
	z-index: 3;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	top: 0px;
	right: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 8rem;
	min-height: 500px;
}

.article__subheading-column__highlighted-text {
	width: 52%;
	line-height: 121%;
	@media only screen and (max-width: 1560px) {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	@media only screen and (max-width: 1050px) {
		width: 100%;
		font-size: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}

	@media only screen and (max-width: 550px) {
		font-size: 34px;
	}
}

.article__description {
	color: var(--gray_200) !important;
	margin-top: -20px;
	position: relative;
	width: 46%;
	line-height: 149%;
	@media only screen and (max-width: 1560px) {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	@media only screen and (max-width: 1050px) {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.article__subheading {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: -0.62px;
	right: 0px;
	left: 0px;
	@media only screen and (max-width: 1560px) {
		padding-left: 20px;
		padding-right: 20px;
	}

	@media only screen and (max-width: 1050px) {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.article__content {
	margin-top: 48px;
	@media only screen and (max-width: 1560px) {
		padding-left: 20px;
		padding-right: 20px;
	}

	@media only screen and (max-width: 1050px) {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.article__content__row {
	margin-right: 14px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	@media only screen and (max-width: 1050px) {
		flex-direction: column;
		margin-right: 0px;
	}
}

.article__content__row__image {
	height: 596px;
	width: 42%;
	object-fit: contain;
	border-radius: var(--radius-xl);
	@media only screen and (max-width: 1050px) {
		width: 100%;
	}
}

.article__content__row__subheading {
	gap: var(--space-7xl);
	display: flex;
	width: 50%;
	flex-direction: column;
	@media only screen and (max-width: 1050px) {
		width: 100%;
	}
}

.article__content__row__details {
	margin-right: 26px;
	display: flex;
	flex-direction: column;
	align-items: center;
	@media only screen and (max-width: 1050px) {
		margin-right: 0px;
	}
}

.article__content__row__details__list {
	color: var(--gray_200) !important;
	margin-top: -12px;
	position: relative;
	line-height: 149%;
}

.stacksubheading {
	height: 1458px;
	margin-top: 48px;
	align-self: stretch;
	position: relative;
	align-content: center;
	@media only screen and (max-width: 1560px) {
		height: auto;
	}

	@media only screen and (max-width: 1050px) {
		height: auto;
	}
}

.column_two {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.article__content-1 {
	z-index: 4;
	position: relative;
	@media only screen and (max-width: 1560px) {
		padding-left: 20px;
		padding-right: 20px;
	}

	@media only screen and (max-width: 1050px) {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.article__section {
	margin-right: 8px;
	gap: var(--space-6xl);
	display: flex;
	flex-direction: column;
	@media only screen and (max-width: 1050px) {
		margin-right: 0px;
	}
}

.article__subsection-description {
	color: var(--gray_200) !important;
	margin-top: -4px;
	position: relative;
	width: 94%;
	line-height: 149%;
	@media only screen and (max-width: 1560px) {
		width: 100%;
	}

	@media only screen and (max-width: 1050px) {
		width: 100%;
	}
}

.columnbackgroun {
	margin-top: -270px;
	position: relative;
	align-self: stretch;
}

.background_one {
	height: 600px;
	width: 14%;
	object-fit: contain;
	@media only screen and (max-width: 1050px) {
		width: 100%;
	}
}

.article__subheading-column-1 {
	margin-bottom: 0;
	margin-left: 0;
	gap: var(--space-11xl);
	align-self: flex-end;
	position: relative;
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;


	}

.article__subheading-divider {
	height: 1px;
	background-color: var(--gray_400);
	width: 20%;
}

.article__subheading-row {
	gap: 14px;
	align-self: stretch;
	display: flex;
	align-items: center;
}

.column_one {
	margin-top: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 8rem;
}

.article__column-2 {
	gap: 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 100%;
	@media only screen and (max-width: 1560px) {
		padding-left: 20px;
		padding-right: 20px;
	}

	@media only screen and (max-width: 1050px) {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.article__list {
	padding-left: var(--space-sm);
	padding-right: var(--space-sm);
	gap: var(--space-12xl);
	display: flex;
	align-self: stretch;
	@media only screen and (max-width: 1050px) {
		flex-direction: column;
	}
}

.blog-blogpost-9 {
	margin-bottom: 40px;
	gap: var(--space-9xl);
	display: flex;
	width: 100%;
	flex-direction: column;
	@media only screen and (max-width: 1050px) {
		margin-bottom: 0px;
	}
}

.blog-blogpost-10 {
	margin-bottom: 54px;
	gap: var(--space-9xl);
	display: flex;
	width: 100%;
	flex-direction: column;
	@media only screen and (max-width: 1050px) {
		margin-bottom: 0px;
	}
}

.article__image-2 {
	height: 786px;
	z-index: 5;
	width: 18%;
	position: absolute;
	object-fit: contain;
	bottom: 19%;
	right: 0px;
	margin: auto;
}

.footer-2 {
	height: 704px;
	margin-top: 62px;
	align-self: stretch;
	position: relative;
}


/* General Post Content */
.post-content {
	max-width: 100%;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	line-height: 1.8;
	color: #333;
	padding: 0 8rem;
	color: white;
}

/* Header Section */
.post-header {
	margin-bottom: 30px;
	width: 85%;
}

.post-title {
	font-size: 32px;
	font-weight: bold;
	font-family: var(--font-product);
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 121%;
	max-width: 63%;
}

.title-highlight {
	color: #00FF99; /* Highlight color */
}

.post-date {
	color: #FFF;
	font-family: "IBM Plex Sans Thai";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 149%; /* 23.84px */
}

/* Rich Text Sections */
.rich-text-section {
	overflow: hidden;
	margin-bottom: 30px;
	overflow: visible;
}

.float-image {
	margin-bottom: 20px;
}

.float-right {
	float: right;
	margin-left: 20px;
	max-width: 50%;
}

.float-left {
	float: left;
	margin-right: 20px;
	max-width: 50%;
	padding: 0px;
}

.float-image.float-right img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	display: block;
	padding-left: 60px;
	padding-bottom: 60px;
	margin-top: -202px;
}

.float-image.float-left img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	display: block;
	padding-left: 0px;
	padding-right: 60px;
	padding-bottom: 60px;
}

/* Ensure text wraps and continues below image */
.rich-text-content {
	overflow: hidden;
	margin-top: 10px;
	color: #EFEFEF;

	/* רץ */
	font-family: "IBM Plex Sans Thai";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 149%; /* 29.8px */
	overflow: visible;
}

/* Clear floats to avoid layout issues */
.rich-text-section::after {
	content: "";
	display: table;
	clear: both;
}

ul.OCMmu.WzoeH { padding-left: 20px; }

/* Blog Details */
.blog-details .post-header-container { padding-top: 187px; max-width: 1400px; margin: 0 auto; position: relative; }
.blog-details .post-header-container .image-blog { width: 100%; height: 682px; border-radius: 20px; overflow: hidden; position: relative; }
.blog-details .post-header-container .image-blog::before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 300px; border-radius: 0px 0px 20px 20px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 4.29%, rgba(0, 0, 0, 0.90) 43.18%); }
.blog-details .post-header-container .image-blog img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.blog-details .post-header-container .post-header { position: absolute; bottom: 0; left: 40px; width: calc(100% - 80px); margin-bottom: 20px; }
.blog-details .post-header-container .post-header .post-title { max-width: 100%; color: #fff; margin-bottom: 20px; }
.blog-details .post-header-container .post-header .post-title h1 { font-size: 64px; font-weight: 500; text-align: center; }
.blog-details .post-header-container .post-header .blog-title-wrap { display: flex; align-items: center; justify-content: center; gap: 30px; }
.blog-details .post-header-container .post-header .blog-title-wrap .post-date{ border-radius: 10px; border: 1px solid #434343; background: rgba(255, 255, 255, 0.10); padding: 10px; font-size: 16px; line-height: 1; display: flex; align-items: center; gap: 6px; }
.blog-details .post-header-container .post-header .blog-title-wrap .post-category-wrapper .category-name { color: #fff; font-size: 18px; }
.blog-details .post-header-container .post-header .blog-title-wrap .post-category-wrapper .category-name .dash-line { width: 20px; height: 1px; background-color: #fff; display: inline-block; vertical-align: middle; margin-right: 8px; }
.blog-details .post-content { max-width: 1115px; margin: 0 auto; padding: 100px 0; }
.blog-details .post-content p { font-size: 22px; line-height: 1.53; margin-bottom: 30px; }
.blog-details table { border-collapse: collapse; font-size: 22px; }
.blog-details table td, .blog-details table th { padding: 10px 20px; border: 1px solid #fff; }
.blog-details table th, .blog-details table th span { font-weight: 700 !important; }
.blog-details .post-content .post-content__text img { border-radius: 20px; margin-top: 30px; width: 100%; height: 570px; object-fit: cover; }
.blog-details .post-content a { color: #9ad63c; }
.blog-details .post-content h3 { font-size: 26px; font-weight: 700; }
.related-post .title-wrap { display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; position: relative; }
.related-post .title-wrap h2 { margin: 0; width: calc(100% - 155px); text-align: left; }
.related-post .title-wrap .contact-menu-item { font-size: 20px; font-weight: 500; padding: 20px 40px; cursor: pointer;  }
.related-post .title-wrap .contact-menu-item:hover, .related-post .title-wrap .contact-menu-item:focus { transform: scale(1.06); }
.related-post .blog-section__posts {display: flex; flex-wrap: wrap; gap: 30px; position: relative; }
.related-post .blog-section__posts .blog-blogpost { width: calc(50% - 15px); flex-direction: row; border: 1px solid #434343; border-radius: 20px; padding: 8px; overflow: hidden; gap: 20px; transition: all 0.3s ease-in-out !important; cursor: pointer; }
.related-post .blog-section__posts .blog-blogpost:hover, .related-post .blog-section__posts .blog-blogpost:focus { border-color: #fff; }
.related-post .blog-section__posts .blog-blogpost > a { width: 65%; }
.related-post .blog-section__posts .blog-blogpost > a .img { border-radius: 20px; overflow: hidden; width: 100%; height: 334px; }
.related-post .blog-section__posts .blog-blogpost > a .img img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.related-post .blog-section__posts .blog-blogpost .post-content { width: 39.75%; padding: 22px 22px 22px 0; display: flex;	flex-wrap: wrap; }
.related-post .blog-section__posts .blog-blogpost .post-content .more-article_category { font-size: 18px; line-height: 1.55; color: rgba(255,255,255,0.6); margin-top: auto; }
.related-post .blog-section__posts .blog-blogpost .post-content .more-article_category .dash-line { width: 20px; display: inline-block; height: 1px; background-color: rgba(2585, 255, 255, 0.6); vertical-align: middle; margin-right: 8px; }
.related-post .blog-section__posts .blog-blogpost .post-content .blog-date { border-radius: 10px; border: 1px solid #434343; background: rgba(255, 255, 255, 0.10); padding: 10px; font-size: 16px; display: flex; align-items: center; gap: 6px; margin-bottom: 15px; line-height: 1; }
.related-post .blog-section__posts .blog-blogpost .post-content .blog-date .icon { width: 14px; height: 14px; overflow: hidden; opacity: 1 !important; }
.related-post .blog-section__posts .blog-blogpost .post-content .blog-date .icon img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.related-post .blog-section__posts .blog-blogpost .post-content h4 .blog-title  { font-size: 26px; line-height: 1.27; display: flex; text-align: left; color: #fff; }
.related-post .blog-section__posts .blog-blogpost .post-content .post-details { height: calc(100% - 52px); width: 100%; }

@media (max-width: 975px) {
	.post-content {
		padding: 20px;
	}

	.post-title {
		font-size: 32px;
		font-weight: bold;
		font-family: var(--font-product);
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 121%;
		max-width: 100%;
	}

	.float-right {
		float: none;
		margin-left: 20px;
		max-width: 100%;
		position: relative;
		margin: 0px;
	}

	.float-left {
		float: none;
		margin-right: 20px;
		max-width: 100%;
		padding: 0px;
	}


	.float-image.float-right img {
		width: 100%;
		height: auto;
		border-radius: 5px;
		display: block;
		padding-left: 0;
		padding-bottom: 60px;
		margin: 0;
	}

	.float-image.float-left img {
		CONTAIN-INTRINSIC-WIDTH: AUTO 100PX;
		width: 100%;
		height: auto;
		border-radius: 5px;
		display: block;
		padding-left: 0px;
		padding-right: 0;
		padding-bottom: 60px;
	}
}

@media (max-width: 1600px) {
	.float-image.float-right img { margin-top: -350px; }
}
@media (min-width: 1650px) {
	.blog-details .post-header-container .image-blog { min-width: 1400px; }
}
@media (min-width: 1561px) {
	.blog-details .post-header-container .image-blog { min-width: 1340px; }
}

@media (max-width: 1560px) {
	.post-title { font-size: 40px; }
	.rich-text-content { font-size: 18px; }
	.article__column-2 { padding-left: 0; padding-right: 0; }	
	.float-image.float-right img { margin-top: -110px; }
	.related-post .blog-section__posts .blog-blogpost .post-content h4 .blog-title { font-size: 22px; }
	.related-post .blog-section__posts { gap: 20px; }
	.related-post .blog-section__posts .blog-blogpost > a .img { height: 278px; }
	.blog-details .post-header-container { padding-top: 147px; min-width: 1220px; }
	.blog-details .post-header-container .post-header .post-title h1 { font-size: 38px; }
	.article__subheading-text { font-size: 20px; }
	.blog-details .post-content h3 { font-size: 24px; }
	.blog-details .post-content p { font-size: 20px; }
	.blog-details .post-content .post-content__text img { height: 520px; }
	.related-post .title-wrap { margin-bottom: 30px; }
	.article__subheading-row a { height: 45px; }
	.article__subheading-icon { width: 45px; height: 45px; }
	.blog-details .post-header-container .image-blog { height: 640px; }
}
@media (max-width: 1279px) {
	.blog-details .post-header-container { min-width: 100%; }
}
@media (max-width: 1199px) {
	.post-title { font-size: 30px; }
	.rich-text-content { font-size: 16px; }		
	.post-content { padding: 0 20px; }
	.post-header { margin-bottom: 15px; }
	.float-image.float-left img { padding-right: 30px; padding-bottom: 30px; }
	.float-image.float-right img { margin-top: 0; }
	.column_one { padding: 0 20px; }	
	.related-post .blog-section__posts .blog-blogpost .post-content { padding: 15px 15px 15px 0; width: 45%; }  
	.related-post .blog-section__posts .blog-blogpost > a { width: 55%; }
	.related-post .blog-section__posts .blog-blogpost > a .img { height: 230px; }
	.related-post .blog-section__posts .blog-blogpost { gap: 15px; }
	.related-post .blog-section__posts .blog-blogpost .post-content h4 .blog-title { font-size: 20px; }	
	.related-post .blog-section__posts .blog-blogpost { width: calc(50% - 10px); }
	.related-post .blog-section__posts .blog-blogpost .post-content .more-article_category { font-size: 16px; }
	.related-post .blog-section__posts .blog-blogpost .post-content .blog-date { margin-bottom: 10px; }
	.blog-details .post-header-container { padding: 100px 20px 0 20px; }
	.blog-details .post-header-container .image-blog { height: 450px; }
	.blog-details .post-header-container .post-header { left: 30px; width: calc(100% - 60px); }
	.blog-details .post-header-container .post-header .post-title h1 { font-size: 30px; }
	.blog-details .post-header-container .image-blog::before { height: 250px; }	
	.blog-details .post-content { padding: 70px 20px; }
	.blog-details .post-content .post-content__text img { height: 450px; }
	.blog-details .post-content h3 { font-size: 22px; }
	.blog-details .post-content p { margin-bottom: 20px; font-size: 18px; }
	.related-post .title-wrap .contact-menu-item { font-size: 18px; padding: 15px 30px; }
	.related-post { padding-bottom: 0; }
	.related-post .title-wrap { margin-bottom: 20px; }
	.related-post .title-wrap h2 { width: calc(100% - 130px); }
}
@media (max-width: 991px) {
	.post-title { font-size: 24px; }	
	.post-header { width: 100%; }
	.float-image.float-right img { margin-top: 0; height: 450px; object-fit: cover; padding-bottom: 0; margin-bottom: 30px; }
	.float-image.float-left { margin-right: 0 !important; }
	.float-image.float-left img { height: 450px; object-fit: cover; padding-right: 0; padding-bottom: 0; }
	.column_one .post-content { padding: 0; margin: 0; }
	ul.OCMmu.WzoeH { padding-left: 15px; }
	.blog-details .post-header-container .post-header .blog-title-wrap .post-category-wrapper .category-name .dash-line { width: 10px; margin-right: 5px; }
	.related-post .blog-section__posts .blog-blogpost { flex-direction: column; }
	.related-post .blog-section__posts .blog-blogpost > a { width: 100%; }
	.related-post .blog-section__posts .blog-blogpost > a .img { height: 220px; }	
	.related-post .blog-section__posts .blog-blogpost .post-content { padding: 0 15px 10px; width: 100%; height: 100%; }
	.related-post .blog-section__posts .blog-blogpost .post-content .blog-date { font-size: 14px; }	
	.related-post .blog-section__posts .blog-blogpost .post-content .more-article_category .dash-line { width: 10px; margin-right: 5px; }
	.blog-details .post-header-container { padding-top: 90px; }
	.blog-details .post-header-container .image-blog { height: 350px; }
	.blog-details .post-header-container .post-header .post-title h1 { font-size: 24px; }
	.blog-details .post-header-container .post-header .blog-title-wrap { gap: 20px; }
	.blog-details .post-content { padding: 50px 20px; }
	.blog-details .post-content .post-content__text img { height: 350px; }
	.article__subheading-row { gap: 10px; }
	.article__subheading-row a { height: 36px; }
	.article__subheading-icon { width: 36px; height: 36px; }
	.related-post .title-wrap .contact-menu-item { font-size: 16px; padding: 12px 24px; }
	.blog-details .post-header-container .post-header .blog-title-wrap .post-date, .blog-details .post-header-container .post-header .blog-title-wrap .post-category-wrapper .category-name { font-size: 16px; }
	.related-post .title-wrap h2 { width: calc(100% - 115px); }
	
}
@media (max-width: 767px) {
	.rich-text-content { font-size: 14px; }	
	.post-title { font-size: 20px; }	
	.float-image.float-right img, .float-image.float-left img { height: 250px; margin-bottom: 20px; }
	.article__subheading-column-1 { gap: 10px; }
	.column_one { margin-top: 30px; }
	.article__column-2 { gap: 30px; }
	.single.single-post .top { height: 260px; }
	.related-post .blog-section__posts { gap: 30px; }
	.related-post .blog-section__posts .blog-blogpost { width: 100%; }
	.related-post .blog-section__posts .blog-blogpost .post-content { padding: 0 10px 10px; }
	.blog-details .post-header-container { padding-top: 80px; }
	.blog-details .post-header-container .image-blog { height: 300px; }
	.blog-details .post-header-container .post-header .blog-title-wrap .post-date, .blog-details .post-header-container .post-header .blog-title-wrap .post-category-wrapper .category-name { font-size: 14px; }
	.blog-details .post-content { padding: 30px 20px; }
	.blog-details .post-content p { font-size: 16px; }
	.blog-details .post-content h3 { font-size: 20px; }
	.blog-details .post-content .post-content__text img { height: 300px; }
	.blog-details .post-header-container .post-header .post-title h1 { font-size: 22px; }
	.blog-details .post-header-container .post-header .post-title { margin-bottom: 15px; }
	.blog-details .post-header-container .post-header .blog-title-wrap { gap: 10px; }
	.blog-details table { display: block; overflow-x: auto; }
}
