#service_section .cs-container {padding: 50px;text-align: center;}@media only screen and (min-width: 0rem) {#steps {padding: var(--sectionPadding);overflow: hidden;position: relative;z-index: 1;}#steps .cs-container {width: 100%;max-width: 44rem;margin: auto;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 2rem;}#steps .cs-image-group {font-size: min(2.24vw, 0.9rem);width: 30.125em;height: 38.5em;display: block;position: relative;z-index: 1;}#steps .cs-picture {width: 25.8125em;height: 37.0625em;margin-top: 1.5em;box-sizing: border-box;background-color: #DAB692;overflow: hidden;border: 8px solid #DAB692;border-radius: 16.25rem;position: absolute;right: 0;z-index: -1;}#steps .cs-picture img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;transition: transform 0.7s;}#steps .cs-graphic {height: auto;position: absolute;}#steps .cs-brown {width: 10.3125em;height: auto;top: 1.25em;left: 1.5em;z-index: -2;transform: rotate(140deg);}#steps .cs-peach {width: 4.3125em;height: auto;top: 1em;left: 8.75em;transform: rotate(-40deg);}#steps .cs-leaf {width: 14em;height: auto;bottom: 0em;right: 1em;z-index: 1;}#steps .cs-dots {width: 16.3125em;height: auto;left: 1em;bottom: 1em;z-index: -2;}#steps .cs-wrapper {display: flex;flex-direction: column;gap: clamp(3rem, 6vw, 4rem);}#steps .cs-content {text-align: left;width: 100%;display: flex;flex-direction: column;align-items: flex-start;}#steps .cs-topper {color: var(--secondary);}#steps .cs-title {margin: 0;}#steps .cs-card-group {margin: 0;padding: 0;display: grid;align-items: stretch;grid-auto-flow: row;gap: clamp(1.5rem, 3vw, 2rem);}#steps .cs-item {list-style: none;padding-bottom: 2rem;border-bottom: #DED1BD 1px solid;display: flex;align-items: flex-start;gap: clamp(1rem, 2vw, 1.5rem);position: relative;}#steps .cs-item:last-of-type {border-bottom: none;}#steps .cs-number {font-size: clamp(3.0625rem, 6vw, 4.5rem);font-weight: 900;line-height: 1.1875em;color: var(--primary);opacity: 0.8;display: block;}#steps .cs-h3 {font-size: clamp(1.25rem, 2.5vw, 1.5625rem);font-weight: 700;line-height: 1.125em;margin: 0 0 0.75rem 0;color: var(--headerColor);}#steps .cs-item-text {font-size: 1rem;line-height: 1.5em;text-align: left;margin: 0;color: var(--bodyTextColor);}#steps .cs-item-text a {font-size: unset;line-height: initial;text-decoration: none;color: var(--headerColor);transition: color 0.3s;}#steps .cs-item-text a:hover {color: var(--primary);}}@media only screen and (min-width: 48rem) {#steps .cs-container {max-width: 80rem;flex-direction: row;align-items: stretch;gap: clamp(3rem, 6vw, 3.75rem);}#steps .cs-card-group {gap: clamp(1rem, 3vw, 2rem);}#steps .cs-item {flex-direction: row;}#steps .cs-image-group {font-size: min(1.5vw, 1rem);height: auto;min-height: 38.5em;flex: none;order: 2;}#steps .cs-picture {height: 96.266234%;}}body.dark-mode #steps .cs-item-text {color: #adacc1;}body.dark-mode #steps .cs-h3 {color: var(--bodyTextColorWhite);}body.dark-mode #steps .cs-topper {color: var(--primary);}body.dark-mode #steps .cs-item-text a {color: var(--bodyTextColorWhite);}body.dark-mode #steps .cs-item-text a:hover {color: var(--primary);}