html {
  scroll-behavior: smooth;
}

body {
  color: #212529;
}

header {
  min-height: 70vh;
  display: grid;
  align-items: center;
}

.card {
  border: 0;
  box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 8%);
}

section {
  scroll-margin-top: 4rem;
}

.product-text {
	text-align: left;
}
.accordion-button {
	font-weight: bold;
	background-color:#EDF2F3;
}