.home-accreditation-wrapper {
	gap: 16px;
}

.home-accreditation-wrapper>button {
	margin-top: 37px;
}

.home-accreditation-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 31px;
}

.home-accreditation-grid::nth-child(1),
.home-accreditation-grid::nth-child(2) {
	height: 139px;
}

.home-accreditation-grid::nth-child(3),
.home-accreditation-grid::nth-child(4) {
	height: 171px;
}

.home-accreditation {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	max-width: 165px;
	gap: 11px;
}

.home-accreditation>div {
	height: 64px;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: start;
}

.home-accreditation img {
	height: 80px;
	object-fit: contain;
}

.home-accreditation div span {
	font-size: 10px;
}


.home-accreditation>* {
	height: 50%;
}

.home-accreditation div {
	flex-grow: 1;
	height: 50%;
	justify-self: start;
}

@media (min-width: 1024px) {
	.home-accreditation-wrapper {
		gap: 60px;
	}

	.home-accreditation-wrapper>button {
		margin-top: 0;
	}

	.home-accreditation-grid {
		display: flex;
		gap: 44px;
		/* width: min-content; */
		justify-content: center;
	}

	.home-accreditation {
		min-width: 211px;
		gap: 30px;
	}

	.home-accreditation .image-wrapper {
		min-height: 119px;
	}

	.image-wrapper img {
		object-fit: contain;
		height: 100%;
		border-radius: 0;
	}

	.welding-accreditation {
		min-width: 260px;
	}

	.welding-accreditation img {
		height: 130px;
	}

	.home-accreditation div span {
		font-size: 16px;
	}

}