.tpsb_homeQuestionsBox {
	padding: 35px 0 40px 0;
	clear: both;
}

.tpsb_homeQuestionsHeader {
	display: flex;
	align-items: flex-start;
	flex-direction: column;


	justify-content: space-between;
	padding-bottom: 28px;
}

.tps_popularPosts_title a {
	display: inline-block;
	color: #0e0e0e;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #0e0e0e;
	padding-bottom: 4px;
}

.tps_popularPosts_title a:hover,
.tps_popularPosts_title a:focus {
	opacity: 0.65;
}

.tpsb_homeQuestions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	width: 100%;
}

.tpsb_homeQuestions_item {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	min-width: 0;
	height: 100%;
	color: #0e0e0e;
	text-decoration: none;
}


.tpsb_homeQuestions_itemTitle {
	display: inline-block;
	font-size: 18px;
	margin: 0 0 20px 0;
}

.tpsb_homeQuestions_itemCategory {
	margin-bottom: 14px;
	text-transform: uppercase;
	color: #6e5940;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.tpsb_homeQuestions_itemExpect {
	font-size: 16px;
	margin: 0;
	color: #525252;
	line-height: 1.55;
}

.tpsb_homeQuestions_itemTitle:hover,
.tpsb_homeQuestions_itemCategory:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.tps_home_questionsTitle {
	display: block;
	width: auto;
	text-align: left;
	font-size: 24px;
}

.tpsb_homeQuestionsHeader span {
	padding-bottom: 28px;
}

.tpsb_homeQuestions_image {
	padding-top: calc(100% * (300 / 400));
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 20px;
	transition: transform 200ms ease;
}

.tpsb_homeQuestions_item:hover .tpsb_homeQuestions_image {
	transform: translateY(-3px);
}

.tpsb_homeQuestions_itemContent {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	width: 100%;
}

.tpsb_homeQuestionsHeader a {
	display: inline-block;
	color: #0e0e0e;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #0e0e0e;
	padding-bottom: 4px;
}

.tpsb_homeQuestionsHeader a:hover,
.tpsb_homeQuestionsHeader a:focus {
	opacity: 0.65;
}

@media (min-width: 768px) {
	.tpsb_homeQuestionsBox {
		padding: 50px 0 55px 0;
	}

	.tpsb_homeQuestionsHeader {
		align-items: center;
		flex-direction: row;
		padding-bottom: 40px;
	}

	.tpsb_homeQuestionsHeader span {
		padding-bottom: 0;
	}

}
