.row-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 20px;
}

.technology_descript {
	margin-top: 10px;
}

.technology_head {
	display: flex;
	font-weight: bold;
	color: #0a2c54;
	min-height: 50px;
	line-height: 100%;
	align-items: center;
	text-align: center;
}

.nav_wrapper .button_block {
	width: 80%;
	text-align: center;
	cursor: pointer;
}
