.sale_info_box {
	display: block;
	background-size: cover;
	background-position: center;
	position: relative;
}

.sale_text_overlay {
	background-color: rgb(255 255 255 / 80%);
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 30px 15px;
	box-sizing: border-box;
	font-weight: 600;
	bottom: 55px;
	font-size: 17px;
	color: black;
}

.sale_products .sectiontitle {
	text-align: left;
	overflow: hidden;
	margin-bottom: 30px;
}

.sale_products h2 {
	float: left;
	margin-bottom: 0;
}

section.sale_products {
	margin-bottom: 21px;
}
