/* @media (min-width: 576px) {
	h1 {
		font-size: 40px !important;
	}

	h2 {
		font-size: 35px !important;
	}
}

@media (min-width: 992px) {
	h1 {
		font-size: 54px !important;
	}

	h2 {
		font-size: 48px !important;
	}
} */
@media (min-width: 768px) {
	.articleImg img {
		width: 75% !important;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 960px !important;
	}
}

.articleImg img {
	width: 100%;
}

h1,
h1 strong {
	font-size: clamp(35px, 7vmin, 56px);
	font-weight: 600;
	letter-spacing: 1.5px;
	line-height: 110%;
	text-wrap: unset !important;

}

h2,
h2 strong {
	font-size: clamp(30px, 5vmin, 48px);
	width: 100%;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 120% !important;
	text-wrap: unset !important;
	margin-bottom: 30px;
	margin-top: 40px;
	word-break: break-word;
}

h3,
h3 strong {
	font-size: clamp(25px, 4vmin, 38px);
	width: 100%;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 110% !important;
	text-wrap: unset !important;
	margin-bottom: 20px;
	word-break: break-word;
}

h4 {
	font-size: 32px;
	font-weight: 600;
	text-wrap: unset !important;
}

p {
	font-size: 16px;
	margin-bottom: 25px;
	letter-spacing: 0.2px;
	line-height: 25px;
}

.pageHeader {
	position: sticky;
}

.wrapper {
	padding: 0px !important;
	margin: 0px !important;
}

.blogHead {
	padding-bottom: 70px;
}

.marginTop {
	margin-top: 70px;
}

.textBold {
	font-weight: 700;
}

.blogMeta {
	display: flex;
	margin-top: 30px;
}

.blogMeta div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	line-height: 26px;
}

.blogMeta img {
	width: 50px;
	margin-right: 15px;
	border-radius: 5px;
}

.blogMeta p {
	color: white;
	margin: 0;
}

.bgImg {
	width: 100%;
}

.transparent {
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.darkBg {
	/* background-color: #1f1f1f;
	position: relative; */
}

.lighterBg {
	background-color: #232323;
	position: relative;
}

footer {
	margin: 0px;
}

h4 a {
	font-size: 22.5px;
}

.logoMedia {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.pBold {
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
}

.similarTitle {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	padding-top: 11.2px;
}

.similarImg {
	border-radius: 7px;
}

.alignRight {
	text-align: right;
}

.backBtn {
	padding: 9px;
	background-color: #373737;
	border: none;
	border-radius: 5px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.textEllipsis {
	text-overflow: ellipsis;
	text-wrap: nowrap;
	overflow: hidden;
}

.pnPost a {
	text-decoration: none;
}

.customDiv {
	margin-bottom: 25px;
}

.customDiv p {
	margin-bottom: 0;
}

div a[href=''] {
	pointer-events: none;
}