/* knowhow_renove
--------------------------------------*/
.knowhow_renove{
	text-align:left;
}
.knowhow_renove .renove-link {
	color: #000;
	display: block;
	padding: 20px 0;
}

.knowhow_renove .renove-link:hover {
	background: #F3F8FA;
}

.knowhow_renove .renove-logo-info {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 20px;
}

.knowhow_renove .renove-title {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	font-size: 17px;
}

.knowhow_renove .renove-logo {
	width: 347px;
	display: flex;
	align-items: top;
	justify-content: center;
	/* background: #eee; */
}

.knowhow_renove .renove-logo .renove-img {
	display: inline-block;
}

.knowhow_renove .renove-info .renove-txt {
	margin-bottom: 14px;
}

.knowhow_renove .renove-info {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	padding: 0 20px;
}

.knowhow_renove .cta_button_span {
	font-size: 20px!important;
	width: 380px;
}
