#chemical-peels-component {   font-family: Montserrat, sans-serif;   box-sizing: border-box;   max-width: 1460px;   margin: 20px auto; } #chemical-peels-component *, #chemical-peels-component *::before, #chemical-peels-component *::after {   box-sizing: border-box; } #chemical-peels-component .chemical-peels-panel {   background: #ffffff;   border-radius: 12px;   padding: 40px;   margin-bottom: 25px; } #chemical-peels-component h3 {   font-family: futura-pt, Futura, sans-serif;   font-size: 1.75rem;   font-weight: 500;   color: rgb(34, 34, 34);   margin-bottom: 8px;   text-align: center; } #chemical-peels-component h4 {   font-family: 'Marcellus';   font-size: 1.15rem;   font-weight: 600;   color: rgb(34, 34, 34);   margin-bottom: 8px; } #chemical-peels-component .section-sub {   font-size: 1.1rem;   color: rgb(204, 51, 102);   text-align: center;   margin-bottom: 10px; } #chemical-peels-component .price-tag {   font-size: 1.1rem;   color: rgb(204, 51, 102);   font-weight: 700;   margin-bottom: 12px; } #chemical-peels-component p, #chemical-peels-component li {   font-size: 0.95rem;   color: rgb(85, 85, 85);   line-height: 1.6; } #chemical-peels-component ul {   list-style-type: none;   padding-left: 0;   margin-top: 10px; } #chemical-peels-component li {   padding: 4px 0;   border-bottom: 1px dashed rgb(229, 224, 220); } #chemical-peels-component li:last-child {   border-bottom: none; } #chemical-peels-component .peel-card {   background: #faf8f5;   padding: 20px;   border: 1px solid #eeeeee; } #chemical-peels-component .btn-container {   margin-top: 20px; } @media (max-width: 768px) {   #chemical-peels-component .chemical-peels-panel {     padding: 20px;   } }