.price_page_detail {
    font-size: 20px;
}
/* --------------------------------- */
.tech-infocard{
	border-radius: 8px;
	border: 1px solid #e3e3e3;
	display: flex;
	flex-direction: column;
}

.tech-infocard .tech-comments_slide{
	padding: 24px 20px;
}

.tech-infocard .tech-btn {
   width: 100%;
   border-radius: 0 0 8px 8px;
	margin: 0;
}

.tech-price{
	margin: 10px 0;
}

.tech-price_code_detail{
	margin-top: 8px;
}

.tech-infocard .tech-card-action{
	margin-top: 0;
}

