h2.flex_table_title{
	margin-bottom:23px;
}

.flex_table_hidden {
    display: none;
}

.flex_table_subtitle{
	margin-bottom:42px;
	max-width:900px;
}

.flex_table_item{
	margin:0 -4px;
}

.flex_table_item_in{
	display:flex;
}

.flex_table_row_4 .flex_table_item_col.flex_table_item_col_1{
	max-width:217px;
	width:100%;
}

.flex_table_row_4 .flex_table_item_col{
	max-width:353px;
	width:100%;
}

.flex_table_item_row_main_1 .flex_table_item_col_in{
	text-transform:uppercase;
	font-weight: 700;
	font-size:14px;
	text-align:center;
	justify-content:center;
}

.flex_table_item_col{
	padding:4px 4px;
}

.flex_table_item_col_in{
	height:100%;
	padding:18px 40px;
	display:flex;
	align-items:center;
	font-weight:300;
	background-color:var(--extra_color_opacity_15);
}

.flex_table_item_col_1 .flex_table_item_col_in{
	text-transform:uppercase;
	font-weight: 700;
	font-size:14px;
	text-align:center;
	padding-left:24px;
	padding-right:24px;
	justify-content:center;
}

.flex_more_button_text{
	color: var(--main_color);
	margin-top:12px;
	cursor:pointer;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px; /* 171.429% */
	text-transform: uppercase;
}

.flex_more_button_text:hover{
	opacity:0.7;
}