.benefits-bar {
  display: flex;
  overflow-x: auto;
  max-width: 600px;
	margin: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE 10+ */
}
.benefits-bar::-webkit-scrollbar {
  display: none;                
}

.benefits-bar-item {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;     
  color: white;
	font-weight: 700;
}

.benefits-bar-item .e-font-icon-svg,
.benefits-bar-item i {
  width: 16px;
  margin-right: 24px;
	fill: white;
}
