.ce-section-service {
	width: 100%;
	position: relative;
	padding-right: var(--elementor-container-padding-mobile-right, 16px);
	padding-left: var(--elementor-container-padding-mobile-left, 16px);
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}

.ce-section-service__header-title {
	margin: 0;
}

.ce-section-service__header-title--mobile-inline br {
	display: none;
}

.ce-section-service__items {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
}

.ce-section-service__item {
	position: relative;
	width: 100%;
	list-style: none;
}

.ce-section-service__item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
}

.ce-section-service__item:first-child::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
}

.ce-section-service__item-summary {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
	border: none;
	padding: 0;
	padding-bottom: 0;
	cursor: pointer;
	text-align: left;
	outline: none;
	box-shadow: none;
	position: relative;
}

.ce-section-service__item-title { 
	flex: 1;
	margin-right: 44px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.ce-section-service__item-title a {
	color: inherit;
	text-decoration: none;
	transition: var(--transition-base, 250ms ease-in-out);
}

.ce-section-service__item-title a:hover {
	opacity: 0.7;
}

.ce-section-service__item-icon {
	flex-shrink: 0;
	margin-left: 8px;
	display: inline-block;
	min-width: 24px;
	text-align: center;
	transform-origin: center center;
	will-change: transform;
	transform: translateZ(0);
}

.ce-section-service__item-icon--type2.ce-section-service__item-icon-last {
	bottom: 0px;
	top: auto;
}

.ce-section-service__item--type2 {
	position: relative;
	padding-right: 19px;
}

.ce-section-service__item--type2 .ce-section-service__item-summary {
	position: initial;
}

.ce-section-service__item-icon--type2 {
	color: var(--elementor-color-text, #000000);
	font-size: 16px;
	min-width: 16px;
	width: 16px;
	height: 16px;
	position: absolute;
	right: -19px;
	top: -17px;
	margin: 0;
	transform: translateY(50%);
	will-change: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.ce-section-service__item-icon--type2 svg {
	width: 13px;
	height: 16px;
	display: block;
}

.ce-section-service__item--type2 .ce-section-service__item-title {
	margin-right: 0px;
	text-align: left;
}

.ce-section-service__item-content {
	padding: 0;
	overflow: hidden;
	display: block;
	will-change: height, opacity;
	transform: translateZ(0);
}

.ce-section-service__item-content p {
	margin-bottom: 30px;
}

.ce-section-service__item-content p:last-child {
	margin-bottom: 0;
}

.ce-section-service__item-content a:not(.ce-section-service__item-link) {
	text-decoration: underline;
	transition: var(--transition-base, 250ms ease-in-out);
}

.ce-section-service__item-content a:not(.ce-section-service__item-link):hover {
	opacity: 0.7;
}

.ce-section-service__item-link {
	display: inline-block;
	margin-top: 8px;
	text-decoration: none;
	transition: var(--transition-base, 250ms ease-in-out);
}

.ce-section-service__item-link:hover {
	opacity: 0.7;
}

@media (min-width: 768px) {
	.ce-section-service__header-title--mobile-inline br {
		display: block;
	}

	.ce-section-service__item-title {
		margin-right: 0;
	}

	.ce-section-service__item-icon {
		margin-left: 16px;
	}

	.ce-section-service__item-link {
		margin-top: 16px;
	}

	.ce-section-service__items {
		margin-left: auto;
	}

	.ce-section-service__item--type2 {
		padding-right: 33px;
	}

	.ce-section-service__item--type2 .ce-section-service__item-icon,
	.ce-section-service__item-icon--type2.ce-section-service__item-icon-last {
		right: -33px;
	}
}


@media (min-width: 1025px) {
	.ce-section-service {
		padding-right: var(--elementor-container-padding-right, 87px);
		padding-left: var(--elementor-container-padding-left, 87px);
	}

	.ce-section-service__items {
		margin-left: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ce-section-service__item-content,
	.ce-section-service__item-icon {
		transition: none;
	}
}
