#consultations-component-wrapper {   font-family: Montserrat, sans-serif;   box-sizing: border-box;   max-width: 1460px;   margin-top: 20px;   margin-right: auto;   margin-bottom: 20px;   margin-left: auto;   padding-top: 20px;   padding-right: 20px;   padding-bottom: 20px;   padding-left: 20px; } #consultations-section {   background-image: initial;   background-position-x: initial;   background-position-y: initial;   background-size: initial;   background-repeat: initial;   background-attachment: initial;   background-origin: initial;   background-clip: initial; } #consultations-header {   margin-bottom: 30px;   border-bottom-width: 2px;   border-bottom-style: solid;   border-bottom-color: rgb(234 243 243);   padding-bottom: 15px; } #consultations-header h2 {   font-family: futura-pt, Futura, sans-serif;   font-size: 1.8rem;   font-weight: 500;   color: #BF6690;   margin-bottom: 8px; } #consultations-header p {   font-size: 1rem;   color: rgb(85, 85, 85); } #consultations-grid {   display: grid;   grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));   row-gap: 25px;   column-gap: 25px; } #consultation-card-1 {   background-image: initial;   background-position-x: initial;   background-position-y: initial;   background-size: initial;   background-repeat: initial;   background-attachment: initial;   background-origin: initial;   background-clip: initial;   background-color: rgb(250, 248, 245);   border-top-left-radius: 8px;   border-top-right-radius: 8px;   border-bottom-right-radius: 8px;   border-bottom-left-radius: 8px;   padding-top: 30px;   padding-right: 30px;   padding-bottom: 30px;   padding-left: 30px;   border-top-width: 1px;   border-right-width: 1px;   border-bottom-width: 1px;   border-left-width: 1px;   border-top-style: solid;   border-right-style: solid;   border-bottom-style: solid;   border-left-style: solid;   border-top-color: rgb(238, 238, 238);   border-right-color: rgb(238, 238, 238);   border-bottom-color: rgb(238, 238, 238);   border-left-color: rgb(238, 238, 238);   border-image-source: initial;   border-image-slice: initial;   border-image-width: initial;   border-image-outset: initial;   border-image-repeat: initial;   display: flex;   flex-direction: column;   justify-content: space-between; } #consultation-card-2 {   background-image: initial;   background-position-x: initial;   background-position-y: initial;   background-size: initial;   background-repeat: initial;   background-attachment: initial;   background-origin: initial;   background-clip: initial;   background-color: rgb(250, 248, 245);   border-top-left-radius: 8px;   border-top-right-radius: 8px;   border-bottom-right-radius: 8px;   border-bottom-left-radius: 8px;   padding-top: 30px;   padding-right: 30px;   padding-bottom: 30px;   padding-left: 30px;   border-top-width: 1px;   border-right-width: 1px;   border-bottom-width: 1px;   border-left-width: 1px;   border-top-style: solid;   border-right-style: solid;   border-bottom-style: solid;   border-left-style: solid;   border-top-color: rgb(238, 238, 238);   border-right-color: rgb(238, 238, 238);   border-bottom-color: rgb(238, 238, 238);   border-left-color: rgb(238, 238, 238);   border-image-source: initial;   border-image-slice: initial;   border-image-width: initial;   border-image-outset: initial;   border-image-repeat: initial;   display: flex;   flex-direction: column;   justify-content: space-between; } #consultation-card-1 h3, #consultation-card-2 h3 {   font-family: "Marcellus";   font-size: 1.3rem;   color: #BF6690;   margin-bottom: 10px; } #consultation-price-1 {   font-size: 1.15rem;   color: rgb(204, 51, 102);   font-weight: 700;   margin-bottom: 15px; } #consultation-price-2 {   font-size: 1.15rem;   color: rgb(204, 51, 102);   font-weight: 700;   margin-bottom: 15px; } #consultations-component-wrapper p {   font-size: 0.95rem;   color: #4e3b44;   line-height: 1.6;   margin-bottom: 15px; } #consultation-btn-wrap-1 {   margin-top: 20px; } #consultation-btn-wrap-2 {   margin-top: 20px; } #consultations-component-wrapper *, #consultations-component-wrapper *::after, #consultations-component-wrapper *::before {   box-sizing: border-box; } #consultation-card-1, #consultation-card-2 {   background: #BF669008;   border-radius: 8px;   padding: 30px;   border: none;   display: flex;   flex-direction: column;   justify-content: space-between; } #consultation-price-1, #consultation-price-2 {   font-size: 1.15rem;   color: #121212;   font-weight: 700;   margin-bottom: 15px; } #consultation-btn-wrap-1, #consultation-btn-wrap-2 {   margin-top: 20px; } #consultation-btn-wrap-1, #consultation-btn-wrap-2 {   .elementor-button {     background-color: #121212;     border-radius: 10px;     color: #fff;     display: inline-block;     fill: #fff;     font-size: 15px;     line-height: 1;     padding: 20px;     text-align: center;     transition: all .3s;     text-decoration: none;   }   .elementor-button:hover {     background-color: #BF6690;   } }