
.best-selling {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	padding: 60px 32px 0px 32px;
}

.best-selling img {
	height: auto;
	max-width: 500px;
	width: 100%;
}

.best-selling .app__header-text {
	text-align: center !important;
}

.best-selling .app__body-text {
	text-align: center !important;
	margin: 16px 0px 26px 0px;
	max-width: 940px;
	color: #646464;
}

.best-selling .anova-cta {
	margin-bottom: 20px;
}
