:root {
                                                --theme-color: #24908d;
                                                --theme-color-hover: rgb(from var(--theme-color) r g b / .2);
                                                --service-border: rgb(from var(--theme-color) r g b / .5);
                                                --service-icon-before: rgb(from var(--theme-color) r g b / .2);
                                                --theme-shadow: 0 0 27px rgb(from var(--theme-color) r g b / .2);
                                                --theme-border: 1px solid rgb(from var(--theme-color) r g b / .2);
                                            }
