.service .container {
	margin: 2rem auto;
}

.img-container img {
	width: 100%;
}

.service p {
	margin-top: 1.5rem;
}

.service .container > li {
	font-size: var(--fontSizeMedium);
	font-weight: bold;
}

.acc ~ h10 {
	max-height: 0;
	overflow: hidden;
	max-width: 60vw;
}

.acc:target + h10 {
	max-height: 100vh;
	transition: var(--speedNormal);
}

.acc:target span {
	/* transform: rotateZ(45deg); */
	transition: var(--speedNormal);
	/* display: inline-block; */
	opacity: 0;
}

a.acc {
	color: var(--textDark);
	font-size: 1.2rem;
	font-weight: bold;
}

.acc span {
	color: var(--bgLogo);
}

.service li > span {
	margin-left: 1rem;
	font-weight: 900;
}

ul + ul {
	margin-top: 1.5rem;
}

.li-ur li {
	list-style-type: upper-roman;
	list-style-position: inside;
}

.service table {
	margin-top: 0.5rem;
}

/* facilities */

.facilities {
}

h10 ul {
	margin-top: 1.5rem;
}

.facilities .flex-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 2.5rem 0;
	gap: 2rem;
}

.img-container {
	max-width: 60vw;
	position: relative;
}

.text-wrapper {
	position: absolute;
	width: clamp(150px, 25vw, 250px);
	padding: 1.5rem;
	background: #ffffffd5;
	top: 0;
	bottom: 0;
	margin: auto;
	height: fit-content;
}

.text-wrapper li:nth-child(1) {
	margin-top: 1rem;
}

.text-wrapper p {
	margin: 1rem 0;
}

.text-wrapper h3 {
	display: list-item;
	list-style-position: inside;
	list-style-type: circle;
}

.text-wrapper h3::marker {
	content: "| ";
	font-size: var(--fontSizeBig);
	color: var(--bgLogo);
	font-weight: 900;
}

.img-container:nth-child(odd) .text-wrapper {
	right: 5%;
}

.img-container:nth-child(even) .text-wrapper {
	left: 5%;
}

@media only screen and (min-width: 350px) and (max-width: 910px) {
	.img-container {
		max-width: 90vw;
		min-height: 30vh;
		overflow: hidden;
	}

	.img-container img {
		width: auto;
		height: clamp(30vh, 100%, 100vh);
		left: 50%;
		position: relative;
		transform: translateX(-50%);
		max-width: unset;
	}

	.text-wrapper {
		width: clamp(280px, 80vw, 350px);
	}

	.acc ~ h10 {
		max-width: 90vw;
	}
}
