@charset "UTF-8";

.heading.block_header_4 h2.h{
	border-bottom: 1px solid var(--i_main_color);
	padding-bottom: 10px;
	font-size: 2.4rem !important;
}

#about_salon+section .inner_item_img a section .content_wrapper,
#about_salon+section .inner_item_img a section .inner_item_txt{
	padding: 0;
}
#about_salon+section .inner_item_img a section .inner_item_txt{
	flex-basis: 100%;
	max-width: 100%;
	text-align: left;
}
#about_salon+section .inner_item_img img{
	max-width: 280px!important;
}
@media screen and (max-width: 900px){
	.heading.block_header_4 h2.h{
		font-size: 2rem !important;
	}
	#about_salon+section .wrapper_item{
		display: flex;
		flex-direction: column-reverse;
	}
	#about_salon+section .inner_item_img{
		margin-top: 20px;
		margin-bottom: 0;
		width: 100%;
	}
	#about_salon+section .inner_item_img a section .inner_item_txt{
		text-align: center!important;
	}
}