@import url("../section-form/assets/styles.css");
@import url("../../compound/section-related-product/assets/styles.css");
main {
	position: relative;
	padding-top: 7.75rem;
	overflow: hidden;
}
.page-background {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

@media (max-width: 639.98px) {
	.rank-math-breadcrumb {
		display: none;
	}
	main {
		padding-top: 3.75rem;
	}
	.related-product {
		margin-top: 0;
		margin-bottom: 4.25rem;
	}
	.related-product__title {
		text-align: center;
		margin-bottom: 1.44rem;
		font-size: 1.375rem;
		font-style: normal;
		font-weight: 700;
		line-height: 140%; /* 1.925rem */
		letter-spacing: -0.02344rem;
	}
}