.about-header{
	background: var(--gray-s);
	padding: 60px 0;
	margin-top: 25px;
}
.about-header-bl1{
	display: flex;
	gap: 25px;
}
.about-header-bl1 img{
	border-radius: 20px;
	display: block;
	max-width: 100%;
	width: calc(58% - 25px);
	height: fit-content;
	flex-grow: 1;
}
.about-header-desc{
	flex-grow: 1;
	flex-basis: 450px;
}
h1{
	margin: 3px 0 25px 0;
}
.about-header-desc-text{
	line-height: 1.5;
}
.about-header-bl2{
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: center;
	margin: 50px 0 0 0;
}
.about-advantage{
	background: #fff;
	padding: 30px;
	overflow: hidden;
	flex-basis: 300px;
	max-width: 375px;
	flex-grow: 1;
}
.about-advantage h2{
	font-size: 20px;
	margin: 10px 0 15px 0px;
}
.about-advantage p {
	margin-bottom: 0;
}
.about-faq{
	background: var(--gray-s);
	margin: 100px 0 87px 0;
	padding: 0 25px 50px 25px;	
}
.about-faq-body{
	max-width: 978px;
	margin: auto;
	overflow: hidden;
	padding: 25px 50px 25px 60px;
	background: #fff;
}
.about-faq h2{
	font-size: 33px;
  margin: 76px 0 64px 0;
  text-align: center;
}
.sp-ea-single{
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: var(--gray-l) 1px solid !important;
	background: #ffffff !important;
	margin: 0 !important;
}
.sp-easy-accordion .sp-ea-single .ea-header a{
	font-size: 24px !important;
	padding: 32px 20px 32px 0 !important;
}
.ea-icon-expand-minus,
.ea-icon-expand-plus{
	position: relative;
	width: 48px !important;
	height: 48px !important;
	background-color: var(--gray-s)!important;
	overflow: hidden !important;
	border-radius: 50%;    border-radius: 50%;
	top: -10px !important;
	right: -10px !important;
}
.ea-icon-expand-minus:after,
.ea-icon-expand-plus::after,
.ea-icon-expand-minus::before,
.ea-icon-expand-plus::before{
	content:'' !important;
	width: 18px;
	height: 1px;
	background: var(--lifht-black);
	position: absolute;
	display: block;
	top: 24px;
	left: 16px;
}
.ea-icon-expand-minus:hover::after,
.ea-icon-expand-plus:hover::after,
.ea-icon-expand-minus:hover::before,
.ea-icon-expand-plus:hover::before{
	background: var(--yellow);
}
.ea-icon-expand-plus::before{
	transform: rotate(90deg) !important;
	left: 11px !important;
}
.ea-icon-expand-minus::before{
	display:none !important;
}
.about-faq-kn{
	max-width: 978px;
	margin: 50px auto auto auto;
	width: 100%;
	display: block;
	font-size: 20px;
}
.about-comments h2{
	font-size: 33px;
	margin: 25px 0 60px 0;
	text-align: center;
}
.about-comments-body{
	margin: auto;
	max-width: 560px;
}
.about-comments-body > div{
	width: 100% !important;
}
.about-if-q{
	overflow: hidden;
	background: url(../img/about-if-q.jpg);
	background-size: cover;
	margin: 100px 0;
	padding: 157px 25px;
}
.about-if-q-body{
	padding: 30px 55px 60px 55px;
	max-width: 677px;
	background: #fff;
	margin: auto;
}
.about-if-q-body h2{
	font-size: 32px;
	margin: 25px 0 20px 0;
}
.about-if-q-body p{
	margin-bottom: 25px;
}
.about-if-q-kn{
	width: 100%;
  max-width: 195px;
}
.about-header-bl-cont{
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	.about-header-bl1{
		flex-wrap: wrap;
	}
	.about-header-desc{
		order: 1;
	}
	.about-header-bl1 img{
		order: 2;
	}
	.about-if-q-body h2{
		text-align: center;
	}
	.about-if-q-kn{
		max-width: 320px;
    margin: auto;
    display: block;
	}
	.about-if-q-body {
    padding: 25px;
	}
	.about-if-q{
		margin: 50px 0;
    padding: 50px 25px;
	}
	.about-faq{
		border-radius: 0;
	}
	.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 16px !important;
    padding: 20px 20px 20px 0 !important;
	}

	.about-faq h2 {
    font-size: 24px;
    margin: 50px 0 50px 0;
	}
	.about-comments h2,
	.about-if-q-body h2{
		font-size: 24px;
	}
}