
.custommade_lower {
	max-width: var(--max_content_inner_blocks);
	margin: 0 auto 10rem;
	display: flex;
	column-gap: 4rem;
	justify-content: space-between;
}

.custommade_lower_left,
.custommade_lower_right {
	flex: 1 1;
}

.custommade_lower_number {
	width: 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: MuseoSans, sans-serif;
	font-weight: bold;
	aspect-ratio: 1;
	color: #fff;
	border-radius: 1rem;
	background-color: var(--color_orange_2i);
}

.custommade_lower_image {
	width: 100%;
	aspect-ratio: 460/217;
	border-radius: 1.5rem;
	background-color: var(--color_orange_2i);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.custommade_lower_title {
	font-weight: bold;
	color: var(--color_grey_menu);
	font-size: 1.5rem;
	margin: 1rem 0;
}

.custommade_lower_description {
	margin-top: 1rem;
	font-weight: 300;
	font-size: 1.25rem;
	font-family: MuseoSans, sans-serif;
	color: var(--color_grey_menu);
}

@media screen and (max-width: 600px) {
	.custommade_lower {
		width: 90vw;
	}

	.custommade_lower {
		width: 90vw;
		display: block;
	}

	.custommade_lower_left {
		margin-bottom: 4rem;
	}
}
