@charset "UTF-8";

.content_wrapper .wrapper_item .inner_item .block_header_4 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 65px;
}

@media screen and (max-width: 900px){
.content_wrapper .wrapper_item .inner_item .block_header_4 {
	min-height: 51px;
}
}