body {
	font-family: sans-serif !important;
}

.cust-nav-container {
	margin-top: 1em !important;
}

nav.woocommerce-breadcrumb {
	display: none;
}

.three-sections {
	margin-top: 3em;
	width: 100%;
}

.div-section {
	vertical-align: top;
	width: 30%;
	margin: 1em;
	display: inline-block;
}

.div-section div{
	width: 100%;
}

.div-section div h3 {
	margin-top: 1em;
}

.download-button {
	border-radius: 8px;
	margin-top: 1em;
}

@media screen and (max-width: 900px) {
	.div-section {
		width: 100%;
		display: block;
		margin-bottom: 4em;
		align-content: center;
		text-align: center;
	}
}