.pdp-v2-section {
  margin-bottom: 1.5rem;
}
.pdp-v2-section__title {
  margin-bottom: 1rem;
  padding: 0;
  border-bottom: solid 0.063rem rgba(0, 0, 0, 0.2);
  font-weight: 900;
  font-size: 1.625rem;
}
.pdp-v2-section__title.section-v1 {
  max-width: 74.375rem;
  margin: 0 auto;
  padding: 0 5% 1.25rem;
}
.pdp-v2-section__divider {
  border-top: solid 0.063rem rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5rem;
}
.pdp-v2-section__divider.hidden {
  opacity: 0;
}
@media all and (min-width: 48rem) {
  .section-v2 .pdp-v2-section {
    padding-top: 4rem;
  }
  .section-v2.collapsed .pdp-v2-section {
    padding-top: 0;
  }
}
@media all and (min-width: 64rem) {
  .pdp-v2-section__title {
    padding: 0;
    margin: 0;
    border: 0;
    text-align: center;
  }
  .pdp-v2-section__title.section-v1 {
    padding: 0 .625rem 1.25rem;
  }
}
@media (min-width: 48rem) {
  .pdp-v2-section__divider {
    margin-bottom: 6.5rem;
  }
  .section-v2 .expand-button {
    border-bottom: 0;
    min-height: 12rem;
  }
  .section-v2 .expand-button .pdp-v2-section__divider {
    margin-bottom: 4rem;
  }
}
