.bm-upcoming-sale {
	border: 1px solid #cbcbcb;
    padding: 1rem 2rem;
	background-color: #f7f4ef;
}

.bm-reg-wrapper {
	display:flex;
	justify-content: space-around;
	padding-bottom: 0.6rem;
	max-width: 645px;
    margin: 0 auto;
}
.bm-upcoming-sale p {
	margin:0.5em 0;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
}

.bm-upcoming-sale p.bm-sale-title {
	text-align:center;
	padding-bottom: 1rem;
	font-size: 1.5rem;
	font-family: "RockwellStd",serif;
	color: #2c5573;
	font-weight: normal;
}
.bm-upcoming-sale p.bm-sale-subtitle {
	  font-size: 1.15em;
    letter-spacing: 1px;
}
.bm-upcoming-sale p span {
font-weight: initial;
}
.bm-upcoming-sale p span.bm-upcoming-sale-date-single {
	font-weight: bold;
}
.bm-upcoming-sale a {
    display: block;
    font-size:0.90rem;
    padding-top: 1rem;
    text-align: center
}
.bm-sale-divider{
	border-right:1px solid #a2a2a2;
	margin:0 0.8rem;
}
@media (min-width: 758px){
	.bm-upcoming-sale p {
	line-height: 1;
	}
	.bm-sale-divider{
	border-right:1px solid #a2a2a2;
	margin:0 0.3rem;
}
}