.gut-block-prosthetics-laboratory {
	width: 100vw;
	position: relative;
	z-index: 0;
	margin-left: calc((100vw - 100%) * -0.5);
}

.gut-block-prosthetics-laboratory .inner {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 160px);
}

.gut-block-prosthetics-laboratory__bg {
	position: absolute;
	top: -90px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #e4e7ed;
}

.gut-block-prosthetics-laboratory__bg svg {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 20%;
	height: auto;
}

.gut-block-prosthetics-laboratory .content {
	width: min(930px, 75%);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	align-items: center;
	text-align: center;
	padding-bottom: 42px;
}

.gut-block-prosthetics-laboratory__description p {
	text-align: center !important;
}

.gut-block-prosthetics-laboratory__picture .picture {
	max-width: 100%;
	height: auto;
}

.gut-block-prosthetics-laboratory__title {
	margin-block: 0 !important;
}

.gallery-slider-gutenberg-block
	+ .gut-block-prosthetics-laboratory
	.gut-block-prosthetics-laboratory__bg {
	top: 0;
}

.gallery-slider-gutenberg-block + .gut-block-prosthetics-laboratory .content {
	padding-top: 90px;
}

@media screen and (max-width: 1024px) {
	.gut-block-prosthetics-laboratory .inner {
		width: var(--container-width);
	}
}

@media screen and (max-width: 767px) {
	.gut-block-prosthetics-laboratory .content {
		width: 90%;
	}
}
