#regenerative-component-wrapper {   font-family: Montserrat, sans-serif;   box-sizing: border-box;   max-width: 1460px;   margin-right: auto;   margin-left: auto; } #regenerative-component-wrapper *, #regenerative-component-wrapper *::after, #regenerative-component-wrapper *::before {   box-sizing: border-box; } #regenerative-section {   padding: 20px;   margin-bottom: 25px; } #regenerative-component-wrapper h3 {   font-family: futura-pt, Futura, sans-serif;   font-size: 1.75rem;   font-weight: 500;   color: rgb(204, 51, 102);   margin-bottom: 8px;   padding-bottom: 12px;   text-align: center; } .section-sub {   font-family: "Montserrat", Sans-serif;   font-size: 15px;   font-weight: 400;   text-transform: uppercase;   letter-spacing: 0.16rem;   text-align: center; } .section-desc {   font-size: 1rem;   color: rgb(85, 85, 85);   margin-bottom: 20px;   text-align: center; } #regenerative-grid {   display: grid;   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));   gap: 20px; } #regen-card-1, #regen-card-2 {   background: #faf8f5;   padding: 20px;   border: 1px solid #eeeeee;   display: flex;   flex-direction: column;   justify-content: space-between; } #regenerative-component-wrapper h4 {   font-size: 1.15rem;   font-weight: 600;   color: rgb(34, 34, 34);   margin-bottom: 8px;   font-family: 'Marcellus'; } .price-tag {   font-size: 1.1rem;   color: rgb(204, 51, 102);   font-weight: 700;   margin-bottom: 12px; } #regenerative-component-wrapper li, #regenerative-component-wrapper p {   font-size: 0.95rem;   line-height: 1.6; } #regenerative-component-wrapper ul {   list-style-type: none;   padding-left: 0px;   margin-top: 10px; } #regenerative-component-wrapper li {   padding-top: 4px;   padding-right: 0px;   padding-bottom: 4px;   padding-left: 0px;   border-bottom-width: 1px;   border-bottom-style: dashed;   border-bottom-color: rgb(229, 224, 220); } #regenerative-component-wrapper li {   color: rgb(204, 51, 102);   font-weight: 900; } #regenerative-component-wrapper li strong {   color: rgb(85, 85, 85);   font-weight: 600; } #regenerative-component-wrapper li:last-child {   border-bottom-width: initial;   border-bottom-style: none;   border-bottom-color: initial; } #regenerative-component-wrapper .btn-container {   margin-top: 20px;   text-align: center; } #regenerative-component-wrapper .elementor-button {   background-color: rgb(204, 51, 102);   text-decoration: none;   padding: 20px;   border-radius: 8px; } #regenerative-component-wrapper .elementor-button:hover {   box-shadow: 2px 5px 10px #0000004d; } @media (max-width: 768px) {   #regenerative-section {     padding: 20px;   } }