 @media only screen and (min-width: 0rem) {#service {padding: var(--sectionPadding);position: relative;}#service:before {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: calc(100% + 100px);background-image: linear-gradient( 45deg, hsl(172deg 34% 74%) 0%, hsl(167deg 34% 74%) 12%, hsl(162deg 34% 74%) 18%, hsl(157deg 34% 74%) 22%, hsl(152deg 34% 74%) 26%, hsl(147deg 34% 74%) 29%, hsl(142deg 34% 74%) 33%, hsl(137deg 34% 74%) 36%, hsl(132deg 34% 74%) 39%, hsl(127deg 34% 74%) 42%, hsl(122deg 34% 74%) 44%, hsl(117deg 34% 74%) 47%, hsl(112deg 34% 74%) 50%, hsl(107deg 34% 74%) 53%, hsl(102deg 34% 74%) 56%, hsl(97deg 34% 74%) 58%, hsl(92deg 34% 74%) 61%, hsl(87deg 34% 74%) 64%, hsl(82deg 34% 74%) 67%, hsl(77deg 34% 74%) 71%, hsl(72deg 34% 74%) 74%, hsl(67deg 34% 74%) 78%, hsl(62deg 34% 74%) 82%, hsl(57deg 34% 74%) 88%, hsl(52deg 34% 74%) 100% );background-size: cover;background-position: center;background-repeat: no-repeat;}#service .cs-container {width: 100%;max-width: 43.75rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#service .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#service .cs-title {max-width: 30ch;color: black;}#service .cs-topper {max-width: 30ch;color: var(--titleColor);z-index: 1;}#service .cs-card-group {width: 100%;margin: 0;padding: 0;display: flex;justify-content: center;align-items: center;flex-direction: column;gap: clamp(1rem, 1.5vw, 1.25rem);}#service .cs-item {list-style: none;text-align: center;width: 100%;margin: 0;padding: 2rem;background-color: var(--medium);border-radius: 1rem;overflow: hidden;box-sizing: border-box;position: relative;z-index: 1;transition: background-color 0.3s;}#service .cs-image {width: 100%;height: 100%;opacity: 0;position: absolute;top: 0;left: 0;display: block;z-index: -1;background-color: var(--primary);transition: opacity 0.3s;}#service .cs-image img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;opacity: 0.4;object-fit: cover;transition: transform 0.6s;}#service .cs-link {text-decoration: none;}#service .cs-icon {width: auto;height: 3rem;margin: auto;margin-bottom: 1.5rem;display: block;filter: drop-shadow(0 0 1px white) drop-shadow(0 0 2px white) drop-shadow(0 0 3px white) drop-shadow(0 0 10px #D3CDA5) drop-shadow(0 0 20px #D3CDA5) drop-shadow(0 0 30px #D3CDA5) drop-shadow(0 0 40px #D3CDA5);}#service .cs-icon path {transition: fill 0.3s;}#service .cs-h3 {font-size: clamp(1.25rem, 2vw, 1.5625rem);line-height: 1.2em;margin: 0;margin-bottom: 1rem;color: white;transition: color 0.3s;font-weight: bold;}#service .cs-item-text {font-size: 1rem;line-height: 1.5em;margin: 0;color: var(--bodyTextColorWhite);transition: color 0.3s;}#service .curve {position: absolute;top: -100px;left: 0;width: 100%;overflow: hidden;line-height: 0;transform: scaleX(-1);}#service .curve svg {position: relative;display: block;width: calc(150% + 1.3px);height: 40px;}#service .curve svg {height: 100px;}}@media only screen and (min-width: 48rem) {#service .cs-card-group {justify-content: space-between;align-items: stretch;flex-direction: row;flex-wrap: wrap;}#service .cs-item {width: 48.6%;}#service .curve svg {height: 100px;}}@media only screen and (min-width: 81.25rem) {#service .cs-container {max-width: 90rem;}#service .cs-card-group {justify-content: center;}#service .cs-item {width: clamp(23.84%, 22.5vw, 23.95%);}}