.product-information-section .product-information-container {
  scroll-margin-top: 200px;
}
.product-information-section .product-information-container h2 {
  width: 100%;
  text-align: center;
}
.product-information-section .product-information-container .product-accordions-wrapper {
  max-width: 785px;
  margin: 0 auto;
}
.product-information-section .product-information-container .product-accordions-wrapper .product-accordions.accordion-category {
  background: #fff;
  padding: 0;
}
.product-information-section .product-information-container .product-accordions-wrapper .product-accordions.accordion-category .accordion-wrapper .accordion-title {
  font-size: 20px;
  border-bottom: solid 1px var(--primary-color);
}
.product-information-section .product-information-container .product-accordions-wrapper .product-accordions.accordion-category .panel .content, .product-information-section .product-information-container .product-accordions-wrapper .product-accordions.accordion-category .panel .content * {
  font-size: 14px;
}
.product-information-section .product-information-container .product-accordions-wrapper .product-accordions.accordion-category .panel .content:not(strong), .product-information-section .product-information-container .product-accordions-wrapper .product-accordions.accordion-category .panel .content *:not(strong) {
  font-weight: 300;
}
.product-information-section .product-information-container .product-accordions-wrapper .product-accordions.accordion-category .panel .content a {
  text-decoration: underline;
}
.product-information-section .product-information-container .product-accordions-wrapper .product-accordions.accordion-category .panel .content a:hover {
  color: var(--accent-2-color);
}
