.page-template-tpl_service-console .page-welcome__image span {
	margin: -49px -39px 8px -15px;
}
.page-template-tpl_service-console .welcome-clients__title{
	margin: 28px 0 20px;
}
.section-eduwhy {
	padding: 100px 0;
	background: #FFF;
	overflow: hidden;
}
.section-eduwhy__desc {
	width: 700px;
	max-width: 100%;
	font-size: 14px;
	line-height: 24px;
	margin: -20px 0 63px;
}
.section-eduwhy__container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.section-eduwhy__item {
	width: calc(50% - 10px);
	padding: 32px 32px 27px;
	display: flex;
	background: #F4F7F9;
	border-radius: 12px;
}
.section-eduwhy__icon {
	width: 38px;
	height: 38px;
	background: #000;
	flex-shrink: 0;
}
.section-eduwhy__bottom{
	width: 700px;
	max-width: 100%;
	font-size: 14px;
	line-height: 24px;
	margin-top: 17px;
}
.section-eduwhy__content {
	width: calc(100% - 38px);
	padding: 0 0 0 24px;
}
.section-eduwhy__name {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 6px;
}
.section-eduwhy__text {
	width: 700px;
	max-width: 100%;
	font-size: 14px;
	line-height: 24px;
}
.section-eduwhy__bottom{
	margin-top: 17px;
}
.section-eduwhy .section-eduwhy__slider{
	display: none;
}
.page-template-tpl_service-console .section-tabs__desc {
	width: 710px;
	margin: 7px 0 25px;
}
.page-template-tpl_service-console .section-tabs__tabs{
	flex-wrap: nowrap;
}
.page-template-tpl_service-console .section-tabs__tabs li{
	text-align: left;
}
.page-template-tpl_service-console .section-tabs__image{
	margin-top: 0;
}
.page-template-tpl_service-console .section-tabs__items{
	padding: 32px 32px 32px;
}
.page-template-tpl_service-console .section-tabs__content{
	padding: 16px 0 0;
}
.page-template-tpl_service-console .section-process {
  padding: 100px 0 56px;
}
.section-tabs-2{
	padding: 100px 0;
	background: #FFF;
	overflow: hidden;
}
.section-tabs-2__title{
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 24px;
}
.section-tabs-2__desc{
	width: 710px;
	max-width: 100%;
	font-size: 14px;
	line-height: 24px;
	margin: -3px 0 63px;
}
.section-tabs-2__tabs{
	display: flex;
	position: relative;
}
.section-tabs-2__tabs li{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	min-width: 200px;
	min-height: 64px;
	padding: 15px 20px 10px;
	background: #F4F7F9;
	border-radius: 12px 12px 0px 0px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #899195;
	margin-right: 4px;
	border-bottom: 2px solid #F4F7F9;
	cursor: pointer;
	user-select: none;
}
.section-tabs-2__tabs li.active{
	color: #000;
	border-color: rgba(229, 118, 81, 0.9);
	box-shadow: 0px 10px 30px rgba(149, 157, 165, 0.3);
	cursor: default;
}
.section-tabs-2__slider{
	position: relative;
	background: #F4F7F9;
	padding: 30px 32px 32px;
	border-radius: 0px 12px 12px 12px;
}
.section-tabs-2__container{
	display: flex;
	justify-content: space-between;
}
.section-tabs-2__content{
	flex-grow: 1;
	padding-right: 20px;
}
.section-tabs-2__name{
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 25px;
}
.section-tabs-2__name br{
	display: none;
}
.section-tabs-2__text.post-body{
	font-size: 14px;
	line-height: 17px;
}
.section-tabs-2__text.post-body ul{
	margin-bottom: 10px;
}
.section-tabs-2__text.post-body li{
	margin-bottom: 9px;
}
.section-tabs-2__image{
	width: 47.3%;
	flex-shrink: 0;
	line-height: 0;
}
.section-tabs-2__image span{
	display: block;
	padding-top: 75%;
	position: relative;
}
.section-tabs-2__image span img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	border-radius: 12px;
}
.page-template-tpl_service-console .section-reviews {
	padding: 135px 0 88px;
}
.page-template-tpl_service-console .section-clients{
	padding: 100px 0 60px;
	background: #FFF;
}
@media only screen and (max-width: 992px){
	
}


@media only screen and (max-width: 768px){
	.page-template-tpl_service-console .page-welcome__image span {
		margin: -5px -42px 24px;
	}
	.section-eduwhy{
		padding: 40px 0;
	}
	.section-eduwhy__desc {
		margin: -3px 0 23px;
	}
	.section-eduwhy__item {
		flex-direction: column;
		width: 100%;
		padding: 36px 25px 27px;
	}
	.section-eduwhy .section-eduwhy__slider{
		display: block;
	}
	.section-eduwhy__container{
		display: none;
	}
	.section-eduwhy__content {
  		padding: 24px 0 0 0;
	}
	.section-eduwhy__name{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 14px;
	}
	.section-eduwhy__text{
		font-size: 14px;
		line-height: 24px;
	}
	.section-eduwhy .slick-dots{
		margin-top: 33px;
	}
	.section-eduwhy .slick-arrow{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 32px;
		height: 32px;
		position: absolute;
		bottom: -12px;
		opacity: 0.5;
		border: 1px solid #000;
		border-radius: 50%;
		cursor: pointer;
		z-index: 1;
	}
	.section-eduwhy .slick-arrow.slick-prev{
		left: 0;
		transform: rotate(90deg);
	}
	.section-eduwhy .slick-arrow.slick-next{
		right: 0;
		transform: rotate(-90deg);
	}
	.section-eduwhy__bottom{
		display: none;
	}
	.page-template-tpl_service-console .section-tabs__content{
		padding: 38px 17px 8px;
	}
	.page-template-tpl_service-console .section-tabs__head{
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.page-template-tpl_service-console .section-tabs__image{
		width: 38px;
		height: 38px;
		margin: 0 0 24px !important;
		padding: 0;
		background: none;
	}
	.page-template-tpl_service-console .section-tabs__name{
		font-size: 18px;
		line-height: 22px;
	}
	.page-template-tpl_service-console .section-tabs__text.post-body{
		margin: 18px 10px 32px;
	}
	.page-template-tpl_service-console .section-tabs__text.post-body li {
		margin-bottom: 15px;
	}
	.page-template-tpl_service-console .section-tabs .slick-dots {
		margin-top: 20px;
  	}
	.page-template-tpl_service-console .section-process {
		padding: 40px 0 56px;
	}
	.page-template-tpl_service-console .section-tabs-2 {
		padding: 40px 0;
	}
	.page-template-tpl_service-console .section-tabs-2__desc {
  		margin: -9px 0 20px;
	}
	.section-tabs-2__tabs{
		margin: 0 -20px;
		overflow-y: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.section-tabs-2__tabs::-webkit-scrollbar { 
		display: none;
	}
	.section-tabs-2__tabs li{
		min-width: 150px;
		padding: 0 10px;
		font-size: 14px;
		line-height: 120%;
		text-align: center;
	}
	.section-tabs-2__slider{
		padding: 17px 17px 20px;
		margin: 0 -20px;
	}
	.section-tabs-2__container{
		flex-direction: column-reverse;
		padding: 0 40px 0 0;
	}
	.section-tabs-2__content{
		padding: 21px 0 0;
	}
	.section-tabs-2__image{
		width: 100%;
		padding: 0;
	}
	.section-tabs-2__image span {
		padding-top: 61%;
	}
	.section-tabs-2__image span img{
		border-radius: 6px;
	}
	.section-tabs-2__name {
		margin-bottom: 21px;
	}
	.section-tabs-2__text.post-body{
		line-height: 24px;
	}
	.page-template-tpl_service-console .section-reviews {
		padding: 20px 0 15px;
	}
	.page-template-tpl_service-console .section-clients {
		padding: 38px 0 60px;
	}
  
}