 main {padding-top: 3em;}@media only screen and (min-width: 0rem) {#services-larger-card {padding: var(--sectionPadding);padding-bottom: 0;}#services-larger-card .cs-container {width: 100%;max-width: 34.375em;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#services-larger-card .cs-item {list-style: none;padding-bottom: 3em;border-bottom: 2px solid var(--primary);margin-bottom: 3em;}#services-larger-card .cs-content {text-align: left;width: 100%;display: flex;flex-direction: column;align-items: center;}#services-larger-card .cs-title {max-width: 20ch;}#services-larger-card .cs-text {max-width: 40rem;position: relative;z-index: 1;}#services-larger-card .cs-text:after {content: "";width: 100%;height: 1px;margin-top: 1.5rem;background: var(--primary);opacity: 1;display: block;position: relative;}#services-larger-card .cs-card-group {width: 100%;margin: 0;padding: 0;display: grid;grid-template-columns: repeat(1, 1fr);grid-template-rows: repeat(4, auto);column-gap: clamp(1rem, 2.5vw, 1.25rem);font-family: var(--secondaryFont);}#services-larger-card .cs-item-section {list-style: none;width: 100%;display: flex;flex-direction: column;align-items: flex-start;}#services-larger-card .cs-item-section .cs-service-info-1 {width: 100%;}#services-larger-card .cs-item-section .cs-service-info-1 .cs-h3 {font-size: 1.25rem;line-height: 1.2em;font-weight: 700;text-align: left;margin: 0 0 0.75rem 0;color: var(--headerColor);font-family: var(--PrimaryFont);}#services-larger-card .cs-item-section .cs-service-info-1 .cs-item-text {font-size: 1rem;line-height: 1.5em;text-align: left;margin: 0 0 1.5rem 0;color: var(--secondaryBlack);}#services-larger-card .cs-item-section .cs-service-info-1 .cs-item-text a {font-weight: 600;color: var(--secondaryBlue);text-decoration: none;}#services-larger-card .cs-item-section .cs-service-info-1 .cs-item-text a:hover {text-decoration: underline;}#services-larger-card .cs-item-section .cs-service-info-1 li {margin-left: 1em;}#services-larger-card .cs-price-and-duration {display: flex;flex-direction: column;margin-top: 1.5em;font-size: 1.2em;}#services-larger-card .cs-price-and-duration span {font-family: var(--PrimaryFont);}#services-larger-card .cs-picture {width: 100%;height: 20rem;margin-bottom: 1.5rem;overflow: hidden;display: block;position: relative;box-shadow: var(--boxShadow);border-radius: 0.5em;}#services-larger-card .cs-picture img {position: absolute;top: 0;left: 0;height: 100%;width: 100%;object-fit: cover;transition: transform 0.6s;}}@media only screen and (min-width: 48rem) {#services-larger-card {background: url(/assets/images/bg-m.webp);background-position: center;background-size: cover;background-repeat: no-repeat;}#services-larger-card .cs-container {max-width: 80rem;}#services-larger-card .cs-content {flex-direction: row;justify-content: center;align-items: center;}#services-larger-card .cs-flex {text-align: left;width: 40vw;max-width: 40rem;flex: none;}#services-larger-card .cs-title {margin: 0;}#services-larger-card .cs-text {padding: 0.75rem 0 0.75rem 1.5rem;}#services-larger-card .cs-text:after {width: 1px;height: 100%;margin: 0 1.5rem 0 0;order: -1;position: absolute;left: 0;top: 0;}#services-larger-card .cs-picture {height: clamp(20rem, 33vw, 8.25rem);width: 100%;border-radius: 0;box-shadow: none;}#services-larger-card .cs-price-and-duration {flex-direction: row;justify-content: space-between;}#services-larger-card .cs-card-group {grid-template-columns: repeat(1, 1fr);grid-template-rows: repeat(4, auto);width: 80%;row-gap: 0;margin-bottom: 2em;row-gap: clamp(1.75rem, 2.5vw, 2.5rem);}#services-larger-card .cs-card-group .cs-item {background-color: var(--lightGray);padding: 3em;border-radius: 1em;box-shadow: var(--boxShadow);border-bottom: none;}#services-larger-card .cs-card-group .cs-item-section {flex-direction: row;}#services-larger-card .cs-card-group .cs-item-section .cs-service-info-1 {padding-left: 2em;}}