/* Trusted Quality */

.trusted-quality {
	position: relative;
	margin: 4em 0;
}

.trusted-quality__red-banner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background-color: var(--main-red);
	z-index: -1;
	margin-bottom: 2em;
}

.trusted-quality__img {
	border-radius: 30px 30px 0 0;
}
.row-1__img img {
		width: 100%;
		height: calc(15em + 10vw);
}
.row-2__img img {
		width: 45%;
}
.row-3__img img {
		width: 30%;
}


#trusted-quality-stigma-pattern-image {
	position: absolute;
	top: -25em;
	left: -5em;
	width: calc(15em + 15vw);
	z-index: -1;
	opacity: 0.2;
}

/* End of Trusted Quality */

/* Zero Accident */

.zero-accident {
	position: relative;
	margin-bottom: 4em;
}

.zero-accident__content {
	margin-top: 2em;
}

#zero-accident-stigma-pattern-image {
	position: absolute;
	top: -5em;
	right: -10em;
	width: calc(18em + 18vw);
	z-index: -1;
	opacity: 0.2;
}

/* End of Zero Accident */

/* Facilities */

.facilities {
	position: relative;
	margin: 4em 0;
}

.facilities::before {
	content: '';
	position: absolute;
	right: 0;
	left: unset;
	background-color: var(--main-red);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.facilities__img-wrapper {
	position: relative;
	width: fit-content;
}

.facilities__info {
	padding: 4em 1em;
}

.certificate {
	margin-bottom: 4em;
}

.certificate__img-wrapper {
	background: #d9d9d9;
	border-radius: 30px 30px 0px 0px;
	overflow: hidden;
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
}

#facilities-stigma-pattern-image {
	position: absolute;
	bottom: -2em;
	left: 0;
	width: calc(20em + 20vw);
	z-index: -1;
	opacity: 0.2;
}

/* End of Facilities */

@media screen and (min-width: 768px) {
	.zero-accident__content {
		margin-top: 5em;
	}

	.zero-accident .card-banner-image--center {
		margin-top: -4em;
	}

	.facilities {
		margin: 8em 0;
	}

	.facilities::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		left: unset;
		background-color: var(--main-red);
		width: 70%;
		height: 120%;
		transform: translateY(-50%);
		z-index: -1;
	}

	.facilities__info {
		padding: 0 3em 0 0em;
	}
}

@media screen and (min-width: 992px) {
	.facilities::before {
		top: 50%;
		width: 60%;
		transform: translateY(-50%);
	}

	.facilities__info {
		padding: 0 6em 0 1em;
	}
}
