#led-light-therapy-component {   font-family: Montserrat, sans-serif;   box-sizing: border-box;   background: #faf8f5; } #led-light-therapy-component *, #led-light-therapy-component *::before, #led-light-therapy-component *::after {   box-sizing: border-box; } #led-light-therapy-component .led-section {   padding: 40px;   max-width: 1460px;   margin: 0px auto;   text-align: center; } } #led-light-therapy-component h3 {   font-family: futura-pt, Futura, sans-serif;   font-size: 1.75rem;   font-weight: 500;   color: rgb(34, 34, 34);   margin-bottom: 8px;   border-bottom: 2px solid rgb(243, 239, 234);   padding-bottom: 12px; } #led-light-therapy-component .led-grid {   display: grid;   grid-template-columns: repeat(3, minmax(0, 1fr));   gap: 20px;   margin-top: 20px;   margin-bottom: 20px;   text-align: start; } #led-light-therapy-component .sub-card {   background: #ffffff;   padding: 20px;   border: 1px solid #eeeeee; } #led-light-therapy-component .sub-card h4 {   font-size: 1.1rem;   font-weight: 600;   color: rgb(34, 34, 34);   margin-bottom: 6px; } #led-light-therapy-component .price-tag {   font-size: 1.1rem;   color: rgb(204, 51, 102);   font-weight: 700; } #led-light-therapy-component .note-text {   font-size: 0.95rem;   color: rgb(85, 85, 85);   line-height: 1.6; } @media (max-width: 900px) {   #led-light-therapy-component .led-section {     padding: 20px;   }   #led-light-therapy-component .led-grid {     grid-template-columns: 1fr;   } }