.hnp-taxonomy-header {
	margin:auto;
}

.hnp-taxonomy-header-title {
	color: black;
  	font-family: 'DM Sans', sans-serif;
	font-weight: 600;
}

.hnp-taxonomy-header-description {
	color: #2b2b2b;
  	font-family: Times New Roman, sans-serif;
	font-weight: 500;
	border-bottom: 2px solid black;
	padding-bottom: 10px;
}

.hnp-posts-container {
	margin: auto;
}

.hnp-posts-container a {
	text-decoration: none;
}

.hnp-posts-container h3 {
	font-weight: 500;
	font-family: "Lora", serif;
	color: #2b2b2b;
}

.hnp-posts-container h4 {
	color: #ba3939;
  	font-family: "Lora", serif;
	font-weight: 700;
}

.hnp-posts-container .normal-post a {
	color: #2b2b2b;
}

.hnp-blog-title-container {
  width: 90dvw;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 20px;
}

.hnp-posts-inner .prom-questions-container-subtitle {
	margin-bottom: 0;
}

@media only screen and (orientation:landscape) and (min-width:1920px) {
	.hnp-taxonomy-header {
		width: 975px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.hnp-taxonomy-header-title {
		margin-bottom: 0px;
		margin-top: 0px;
		font-size: 30px;
	}
	
	.hnp-taxonomy-header-description {
		margin-bottom: 0px;
		margin-top: 0px;
		font-size: 22px;
		line-height: 33px;
		width: 70%;
	}
	
	.hnp-posts-container {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
		width: 975px;
		padding-bottom: 20px;
	}
	
	.hnp-posts-container .first-post {
		grid-column: span 3;
		margin-bottom: 0dvw;
	}
	
	.hnp-posts-container img {
		width: 40%;
		height: auto;
		object-fit: cover;
	}
	
	.hnp-posts-container .normal-post img {
		width: 100%;
		height: auto;
	}
	
	.hnp-posts-container h3 {
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	.hnp-posts-container .first-post h3 {
		font-size: 2em;
		width: 800px;
		margin-bottom: 0px;
	}
	
	.hnp-posts-container .first-post {
		margin-bottom: 40px;
		font-family: 'DM Sans', sans-serif;
	}
	
	.hnp-posts-container .first-post p {
		margin-top: 0px;
	}
	
	.hnp-posts-container .normal-post {
		font-size: 1.25em;
		margin-bottom: 40px;
		width: fit-content;
		font-family: 'Arial', sans-serif;
    	color: #2b2b2b;
	}
	
	.hnp-posts-container h4 {
		margin-bottom: 5px;
		margin-top: 10px;
		font-size: 0.8em;
		font-weight: 700;
		letter-spacing: 0px;
	}
	
	.hnp-posts-container .author-post .hnp-articles-author-container {
		margin-bottom: 20px;
	}

	.hnp-blog-title-container {
		width: 975px;
	}
}

@media only screen and (max-width:767px)  {
	.hnp-taxonomy-header {
		width: 90dvw;
		padding: 7.5dvw 0dvw;
	}
	
	.hnp-taxonomy-header-title {
		margin-bottom: 0dvw;
		margin-top: 0dvw;
		font-size: 10dvw;
	}
	
	.hnp-taxonomy-header-description {
		margin-bottom: 0dvw;
		margin-top: 0dvw;
		font-size: 4.5dvw;
    	line-height: 6.75dvw;
	}

	.hnp-posts-container {
		width: 90dvw;
	}


	.hnp-posts-container h3 {
		font-size: 5.5dvw;
    	margin-top: 2dvw;
		margin-bottom: 0dvw;
	}
	
	.hnp-posts-container h4 {
		margin-bottom: 0.5dvw;
		margin-top: 2dvw;
		font-size: 3dvw;
		font-weight: 700;
		letter-spacing: 0dvw;
	}
	
	.hnp-posts-container .normal-post {
		margin-bottom: 6dvw;
		width: fit-content;
		font-family: 'Arial', sans-serif;
    	color: #2b2b2b;
	}
	
	.hnp-posts-container .first-post {
		font-family: 'DM Sans', sans-serif;
		margin-bottom: 7.5dvw;
	}

	.hnp-posts-container img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.hnp-blog-title-container {
		width: 90dvw;
	}
	
}

@media only screen and (orientation:landscape) and (max-width:1919px) {
	.hnp-taxonomy-header {
		width: 48dvw;
		padding-top:1.5dvw;
		padding-bottom: 1.5dvw;
		margin:auto;
	}
	
	.hnp-taxonomy-header-title {
		color: black;
		font-family: 'Lora', sans-serif;
		margin-bottom: 0dvw;
		margin-top: 0dvw;
		font-size: 2dvw;
		font-weight: 600;
	}
	
	.hnp-taxonomy-header-description {
		color: #2b2b2b;
		margin-bottom: 0dvw;
		margin-top: 0dvw;
		font-size: 1.3dvw;
		line-height: 1.9dvw;
		font-weight: 500;
		width: 70%;
	}
	
	.hnp-posts-container {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.5dvw;
		width: 48dvw;
		margin: auto;
		padding-bottom: 2.5dvw;
	}
	
	.hnp-posts-container a {
		text-decoration: none;
	}
	
	.hnp-posts-container .first-post {
		grid-column: span 3;
		margin-bottom: 2dvw;
		font-family: 'Lora', sans-serif;
	}
	
	.hnp-posts-container img {
		width: 40%;
		height: auto;
		object-fit: cover;
	}
	
	.hnp-posts-container .normal-post img {
		width: 100%;
		height: auto;
	}
	
	.hnp-posts-container h3 {
		margin-bottom: 1dvw;
		margin-top: 0dvw;
		font-weight: 500;
		font-family: 'Lora', sans-serif;
		color: #2b2b2b;
	}
	
	.hnp-posts-container .first-post h3 {
		font-size: 1.5dvw;
		width: 45dvw;
	}
	
	.hnp-posts-container .normal-post {
		font-size: 1.15dvw;
		font-family: 'Arial', sans-serif;
	}
	
	.hnp-posts-container h4 {
		color: #ba3939;
		font-family: 'DM Sans', sans-serif;
		margin-bottom: 0.25dvw;
		margin-top: 0.5dvw;
		font-size: 0.75dvw;
		font-weight: 700;
		letter-spacing: 0dvw;
	}
	
	.hnp-posts-container .author-post .hnp-articles-author-container {
		margin-bottom: 20px;
	}

	.hnp-blog-title-container {
		width: 48dvw;
	}
	
}