#wellness-injections-component {   font-family: Montserrat, sans-serif;   box-sizing: border-box;   max-width: 1460px;   margin: 20px auto; } #wellness-injections-component *, #wellness-injections-component *::before, #wellness-injections-component *::after {   box-sizing: border-box; } #wellness-injections-component .standard-section {   background: #ffffff;   padding: 40px;   margin-bottom: 30px;   border: 1px solid rgb(234, 229, 222);   box-shadow: rgba(0, 0, 0, 0.03) 0 4px 20px; } #wellness-injections-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; } #wellness-injections-component .panel-sub {   font-size: 1.05rem;   color: rgb(85, 85, 85);   font-weight: 600;   margin-bottom: 15px; } #wellness-injections-component .full-card-list {   margin-top: 15px; } #wellness-injections-component .list-row {   display: flex;   justify-content: space-between;   align-items: center;   padding: 14px 0;   border-bottom: 1px dashed rgb(229, 224, 220);   font-size: 0.95rem;   color: rgb(85, 85, 85); } #wellness-injections-component .list-row:last-child {   border-bottom: none; } #wellness-injections-component .list-row small {   color: rgb(119, 119, 119); } #wellness-injections-component .price-tag {   font-size: 1.1rem;   color: rgb(204, 51, 102);   font-weight: 700; } #wellness-injections-component .text-right {   text-align: right; } #wellness-injections-component .btn-container {   margin: 20px 0; } #wellness-injections-component .time-lyss-custom-btn {   display: inline-block;   background-color: rgb(150, 120, 130);   color: rgb(255, 255, 255) !important;   padding: 14px 30px;   border-radius: 4px;   font-weight: 500;   letter-spacing: 1px;   text-transform: uppercase;   font-size: 0.85rem;   text-decoration: none;   transition: background-color 0.2s ease; } #wellness-injections-component .time-lyss-custom-btn:hover {   background-color: rgb(125, 97, 107); } @media (max-width: 768px) {   #wellness-injections-component .standard-section {     padding: 20px;   }   #wellness-injections-component .list-row {     align-items: flex-start;     gap: 15px;   } }