.brand-product-reviews { padding: clamp(5rem, 8vw, 10rem) 2rem; border-top: .1rem solid #e0e3e5; background: #fff; }
.brand-product-reviews__shell { max-width: 120rem; margin: 0 auto; }
.brand-product-reviews__header { margin: 0 0 3.5rem; text-align: center; }
.brand-product-reviews__header p { margin: 0 0 .8rem; color: #1478b8; font-size: 1.2rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.brand-product-reviews__header h2 { margin: 0; color: #10243e; font-family: var(--font-heading-family); font-size: clamp(2.8rem, 3.8vw, 4.5rem); line-height: 1.05; }
@media screen and (max-width: 749px) { .brand-product-reviews { padding-inline: 1.5rem; } }
