.contentWrapper{
	margin: 20px;
}

.curatedCollectionTitle h5{
	margin-bottom: 0;
}

.titleLine{
	width: 1.5rem;
	border-bottom: 3.5px solid #309050;
	margin-bottom: 5px;
}

.curatedCollectionItem{
	position: relative;
	margin-bottom: 10px;
}

.curatedCollectionItem a{
	color: #fff;
}

.curatedCollectionItem a:hover{
	color: #fff;
	text-decoration: none;
}

.curatedCollectionItemDesc{
	position: absolute;
	bottom: 0;
	background: linear-gradient(to top, #055938 0%, #309050 70%);
	width: 100%;
	text-align: center;
}

.imgText{
	position: relative;
}

.imgText img{
	width: 100%;
	height: 110px;
}

.qnaDetailWrapper{
	background-color: #f1f1f1;
	padding: 20px 30px;
}

.questionHolder{
	display: flex;
}

.QText{
	font-size: 25px;
	font-weight: 600;
	color: #309050;
	margin-right: 25px;
}

.questionText{
	align-self: center;
	font-weight: bold;
	font-size: 14px;
}

.answerHolder{
	display: flex;
	margin-bottom: 20px;
}

.answerText{
	align-self: center;
}

.answerText p{
	margin-bottom: 10px;
	font-size: 12px;
}

.btnGroup p{
	margin-bottom: 10px;
}

.learnMoreBtn{
	display: flex;
}

.learnMore{
	text-align: center;
	padding: 5px 10px;
	border: none;
	background: linear-gradient(to top, #055938 0%, #309050 70%);
	color: #fff;
	font-size: 14px;
	clip-path: polygon(0% 0, 100% 0, 100% 78%, 90% 100%, 100% 100%, 100% 100%, 0 100%);
	-webkit-clip-path: polygon(0% 0, 100% 0, 100% 78%, 90% 100%, 100% 100%, 100% 100%, 0 100%);
}

a.learnMore:hover{
	text-decoration: none;
	color: #fff;
}

.answerText table th, td{
	border: 1px solid grey;
	padding: 5px 10px;
	text-align: center;
}

@media only screen and (max-width: 991px){
	.contentWrapper{
		flex-direction: column-reverse;
	}

	.qnaDetailWrapper{
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 576px){
	.answerText table th, td{
		font-size: 12px;
	}
}

@media only screen and (max-width: 320px){
	.curatedCollectionItemDesc{
		font-size: 14px;
	}
}