@charset "UTF-8";

a[id*="service_a"]+section .inner_item_txt{
	position: relative;
	padding: 40px!important;
}
a[id*="service_a"]+section .inner_item_txt:before,
a[id*="service_a"]+section .inner_item_txt:after{
	position: absolute;
	display: block;
	content: "";
	pointer-events: none;
	width: 100px;
	height: 100px;
	z-index: -1;
}
a[id*="service_a"]+section .inner_item_txt:before{
	top: 0;
	left: 0;
	border-top: 1px solid var(--i_txt_color);
	border-left: 1px solid var(--i_txt_color);
}
a[id*="service_a"]+section .inner_item_txt:after{
	bottom: 0;
	right: 0;
	border-bottom: 1px solid var(--i_txt_color);
	border-right: 1px solid var(--i_txt_color);
}

a[id^="service_a"]+section .inner_item_txt .heading {
	border: none;
	padding-bottom: 0;
}
@media screen and (min-width: 901px){
	#service_a1+section .inner_item_txt,
	#service_a3+section .inner_item_txt{
		margin-right: 60px;
	}
	#service_ab2+section .inner_item_txt,
	#service_ab4+section .inner_item_txt{
		margin-left: 60px;
	}
}