/* B2B Ecommerce list */
.hero__content__bulletpoints {
	margin: 16px 0 0 20px;
	list-style: circle;
	color: #808080;
}

/* Navbar */
.navbar {
	position: relative !important;
}

/* Title */
.title {
	font-size: 3rem;
}

/* Footer */
.footer__bottom {
	margin-top: 0;
	border-top: none;
}

.footer__bottom__body {
	font-weight: 400;
}

/* Accordion */
.features-select__outter {
	overflow: hidden !important;
}

.features-select__list__item {
	transition: none !important;
}

.features-select__list__item:hover {
	cursor: pointer;
}

/* Media queries */
@media (max-width: 1000px) {
	.navbar__cta {
		display: block !important;
	}
}

@media screen and (max-width: 768px) {
	.features-select__outter {
		overflow-x: scroll !important;
	}
}