.p-serviceFv .c-lowerFv__inner {
  z-index: 2;
  min-height: 610px;
}

.p-serviceMarquee {
  overflow: hidden;
  padding-top: 10px;
}

.p-serviceIntroStage {
  background-image: url("../images/img_serviceIntro-bg.png"), url("../images/img_com-bgArch-lower.png");
  background-position: center 0, center 0;
  background-repeat: no-repeat, no-repeat;
  background-size: max(1366px, 100vw) auto, max(1366px, 100vw) auto;
}

.p-lowerSection--serviceIntro {
  position: relative;
  z-index: 2;
  padding-block: 135px 0;
  background: none;
}

.p-lowerSection--serviceHomecare,
.p-lowerSection--servicePlus,
.p-lowerSection--serviceConsult {
  position: relative;
  z-index: 2;
}

.p-lowerSection--serviceHomecare,
.p-lowerSection--serviceConsult {
  padding-block: 84px 114px !important;
}

.p-lowerSection--servicePlus {
  padding-block: 124px 84px !important;
}

.p-lowerSection--serviceHomecare,
.p-lowerSection--serviceConsult {
  background: #f2f9f2;
}

.p-lowerSection--servicePlus {
  background: #e0f7ec;
}

.p-lowerSection--serviceDispensing {
  padding-block: 113px 148px;
  background: #e0f7ec;
}

.p-lowerSection--serviceHomecare,
.p-lowerSection--servicePlus,
.p-lowerSection--serviceConsult {
  padding-block: 84px;
}

.p-servicePage__intro {
  display: grid;
  gap: 27px;
  padding-inline: 35px;
}

.p-servicePage__introHeading {
  gap: 20px;
}

.p-servicePage__introLine {
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}

.p-servicePage__nav {
  display: grid;
  grid-template-columns: repeat(4, 268px);
  justify-content: center;
  gap: 30px;
  align-items: start;
}

.p-servicePage__nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 60px;
  padding: 0 23px 0 28px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: none;
}

.p-servicePage__nav a::after {
  content: "";
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background: url("../images/icon_service-nav-arrow.svg") center/contain no-repeat;
}

.p-servicePage__group {
  display: grid;
  gap: 36px;
}

.p-servicePage__group--business {
  gap: 146px;
}

.p-servicePage__panel--business {
  position: relative;
  width: 1164px;
  min-height: 688px;
  margin-left: 116px;
}

.p-servicePage__panel--business::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: #ffffff;
  right: -40px;
  border-radius: 10px 0 0 10px;
}

.p-servicePage__summary--business {
  position: absolute;
  top: 68px;
  left: -78px;
  display: grid;
  gap: 4px;
  z-index: 2;
}

.p-servicePage__heroBlock--business {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 688px;
}

.p-servicePage__group--business .p-servicePage__heroVisual {
  position: absolute;
  bottom: -142px;
  left: -220px;
  width: 640px;
  aspect-ratio: 640/594;
  max-width: none;
  border-radius: 0;
  border-radius: 10px;
}

.p-servicePage__group--dispensing .p-servicePage__heroVisual {
  top: 200px;
}

.p-lowerSection--servicePlus .p-servicePage__heroVisual {
  top: 200px;
}

.p-lowerSection--servicePlus .p-servicePage__heroBody {
  top: 110px !important;
  gap: 39px !important;
}

.p-servicePage__group--dispensing .p-servicePage__heroBody--plus .p-servicePage__lead {
  gap: 36px;
}

.p-servicePage__group--business .p-servicePage__heroBody {
  position: absolute;
  top: 114px;
  right: 105px;
  bottom: 101px;
  left: 542px;
  width: auto;
  gap: 20px;
}

.p-servicePage__group--homecare,
.p-servicePage__group--consult {
  gap: 176px;
}

.p-servicePage__group--business .p-servicePage__lead {
  gap: 26px;
}

.p-lowerSection--serviceHomecare .p-servicePage__heroBody,
.p-lowerSection--serviceConsult .p-servicePage__heroBody {
  top: 150px;
  gap: 37px;
}

.p-lowerSection--serviceHomecare .p-servicePage__heroBody .p-servicePage__lead,
.p-lowerSection--serviceConsult .p-servicePage__heroBody .p-servicePage__lead {
  gap: 35px;
}

.p-servicePage__summary--homecare,
.p-servicePage__summary--consult {
  top: 104px;
  left: -76px;
}

.p-servicePage__heroBody--plus {
  right: 66px;
  left: 470px;
  grid-template-rows: auto auto 1fr auto;
}

.p-servicePage__group--plus .p-servicePage__heroBlock {
  min-height: 730px;
}

.p-servicePage__group--plus .p-servicePage__heroVisual {
  bottom: -96px;
  left: -184px;
  width: 602px;
  aspect-ratio: 602/594;
}

.p-servicePage__heroBody--plus .p-servicePage__catch {
  max-width: 460px;
}

.p-servicePage__heroBody--plus .p-servicePage__lead {
  width: 542px;
  gap: 32px;
}

.p-servicePage__plusLinks {
  margin-top: 19px !important;
}

.p-servicePage__heroBody--plus .p-servicePage__plusLinks {
  width: fit-content;
}

.p-servicePage__heroVisual {
  aspect-ratio: 600/594;
  overflow: hidden;
  border-radius: 30px;
}

.p-servicePage__heroVisual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-servicePage__heroBody,
.p-servicePage__lead {
  display: grid;
  gap: 22px;
}

.p-servicePage__featureList {
  display: grid;
  gap: 18px;
  margin-top: 226px;
}

.p-servicePage__featureSection--business {
  margin-top: 50px;
  padding-left: 40px;
  display: grid;
  grid-template-columns: 316px 747px;
  gap: 98px;
  align-items: start;
}

.p-servicePage__featureSectionLead {
  padding-right: 50px;
}

.p-servicePage__featureIntro--business {
  display: grid;
  gap: 24px;
  padding-top: 16px;
}

.p-servicePage__featureList--business {
  gap: 20px;
  margin-top: 36px;
}

.p-servicePage__feature {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
  padding: 30px 34px;
}

.p-servicePage__feature--business {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  min-height: 160px;
  padding: 38px 47px 37px 44px;
  border: 1px solid rgba(0, 156, 119, 0.2);
  border-radius: 12px;
  box-shadow: none;
  background-color: #fff;
}

.p-servicePage__featureMain {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.p-servicePage__featureBody {
  display: grid;
  gap: 25px;
  padding-top: 2px;
}

.p-servicePage__feature--withImage {
  align-items: center;
  display: flex;
  gap: 36px !important;
}

.p-servicePage__featureThumb {
  width: 167px;
  aspect-ratio: 167/136;
  overflow: hidden;
  border-radius: 12px;
}

.p-servicePage__featureThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-servicePage__feature--homecareGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 167px;
  gap: 36px;
  align-items: start;
}

.p-servicePage__feature--homecareGrid .p-servicePage__featureMain {
  min-width: 0;
}

.p-servicePage__feature--homecareGrid .p-servicePage__featureThumb {
  justify-self: end;
}

.p-servicePage__feature--plusFamilyGrid {
  display: grid;
  grid-template-columns: 453px 167px;
  gap: 32px;
  align-items: center;
}

.p-servicePage__featureMain--plusFamily {
  width: 453px;
  min-height: 120px;
}

.p-servicePage__featureThumb--plusFamily {
  width: 167px;
  aspect-ratio: 167/136;
  justify-self: end;
}

.p-servicePage__featureNo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #62c36f;
}

.p-servicePage__plusLinks,
.p-servicePage__consultLinks {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 32px;
}

.p-servicePage__plusLinks .c-moreLink,
.p-servicePage__consultLinks .c-moreLink {
  grid-template-columns: auto 56px;
  gap: 12px;
  white-space: nowrap;
}

.p-servicePage__plusLinks .c-moreLink::before,
.p-servicePage__consultLinks .c-moreLink::before {
  bottom: 9px;
  width: calc(100% - 74px);
  transform: scaleX(1);
}

.p-lowerSection--servicePlus .p-servicePage__group--business {
  gap: 78px;
}

.p-lowerSection--servicePlus .p-servicePage__featureIntro--business {
  gap: 34px;
}

.p-lowerSection--servicePlus .p-servicePage__panel--business {
  min-height: 753px;
}

.p-servicePage__plusLinks .c-moreLink::after,
.p-servicePage__consultLinks .c-moreLink::after {
  content: "";
  background: url("../images/icon_service-plus-link-circle.svg") center/contain no-repeat;
  box-shadow: none;
}

.p-servicePage__group--plus .p-servicePage__plusLinks,
.p-servicePage__group--consult .p-servicePage__consultLinks {
  margin-top: auto;
}

@media screen and (min-width: 1101px) {
  .p-servicePage__group--dispensing .p-servicePage__panel--business {
    box-sizing: border-box;
    padding-top: var(--dispensing-body-top, 114px);
    padding-bottom: var(--dispensing-body-bottom, 101px);
  }
  .p-servicePage__group--dispensing .p-servicePage__heroBody {
    position: relative;
    inset: auto;
    width: auto;
    margin-right: var(--dispensing-body-right, 105px);
    margin-left: var(--dispensing-body-left, 542px);
  }
  .p-servicePage__group--dispensing .p-servicePage__heroVisual {
    top: var(--dispensing-visual-top, 200px);
    bottom: auto;
  }
  .p-servicePage__heroBlock--homecare {
    box-sizing: border-box;
    min-height: 688px;
    padding-top: var(--homecare-body-top, 150px);
    padding-bottom: var(--homecare-body-bottom, 101px);
  }
  .p-lowerSection--serviceHomecare .p-servicePage__heroBody {
    position: relative;
    inset: auto;
    width: auto;
    margin-right: var(--homecare-body-right, 105px);
    margin-left: var(--homecare-body-left, 542px);
  }
  .p-servicePage__group--homecare .p-servicePage__heroVisual {
    top: var(--homecare-visual-top, 236px);
    bottom: auto;
  }
  .p-servicePage__group--plus .p-servicePage__heroBlock {
    box-sizing: border-box;
    padding-top: var(--plus-body-top, 110px);
    padding-bottom: var(--plus-body-bottom, 101px);
  }
  .p-lowerSection--servicePlus .p-servicePage__heroBody {
    position: relative;
    inset: auto;
    width: auto;
    min-height: calc(var(--plus-hero-min-height, 730px) - var(--plus-body-top, 110px) - var(--plus-body-bottom, 101px));
    margin-right: var(--plus-body-right, 66px);
    margin-left: var(--plus-body-left, 470px);
  }
  .p-servicePage__group--plus .p-servicePage__heroVisual {
    top: var(--plus-visual-top, 200px);
    bottom: auto;
  }
  .p-servicePage__heroBlock--consult {
    box-sizing: border-box;
    min-height: 688px;
    padding-top: var(--consult-body-top, 150px);
    padding-bottom: var(--consult-body-bottom, 101px);
  }
  .p-lowerSection--serviceConsult .p-servicePage__heroBody {
    position: relative;
    inset: auto;
    width: auto;
    margin-right: var(--consult-body-right, 105px);
    margin-left: var(--consult-body-left, 542px);
  }
  .p-servicePage__group--consult .p-servicePage__heroVisual {
    top: var(--consult-visual-top, 200px);
    bottom: auto;
  }
}
@media screen and (max-width: 1365px) {
  .p-lowerSection--serviceIntro {
    padding-top: max(9.8828696925vw, 72px);
  }
  .p-lowerSection--serviceDispensing {
    padding-top: max(8.2723279649vw, 72px);
    padding-bottom: max(10.8345534407vw, 88px);
  }
  .p-lowerSection--serviceHomecare,
  .p-lowerSection--serviceConsult {
    padding-block: max(6.149341142vw, 88px) max(8.345534407vw, 88px) !important;
  }
  .p-lowerSection--servicePlus {
    padding-block: max(9.0775988287vw, 88px) max(6.149341142vw, 88px) !important;
  }
  .p-servicePage__intro {
    padding-inline: 2.5622254758vw;
  }
  .p-servicePage__nav {
    grid-template-columns: repeat(4, 19.6193265007vw);
    gap: 2.196193265vw;
  }
  .p-servicePage__nav a {
    padding-right: 1.6837481698vw;
    padding-left: 2.0497803807vw;
  }
  .p-servicePage__group--business {
    gap: 10.6881405564vw;
  }
  .p-servicePage__group--homecare,
  .p-servicePage__group--consult {
    gap: 12.8843338214vw;
  }
  .p-lowerSection--servicePlus .p-servicePage__group--business {
    gap: 5.710102489vw;
  }
  .p-servicePage__group--dispensing .p-servicePage__panel--business {
    --dispensing-body-top: calc(114 / 1366 * 100vw);
    --dispensing-body-right: calc(105 / 1366 * 100vw);
    --dispensing-body-bottom: calc(101 / 1366 * 100vw);
    --dispensing-body-left: calc(542 / 1366 * 100vw);
    --dispensing-visual-top: calc(200 / 1366 * 100vw);
  }
  .p-servicePage__heroBlock--homecare {
    --homecare-body-top: calc(150 / 1366 * 100vw);
    --homecare-body-right: calc(105 / 1366 * 100vw);
    --homecare-body-bottom: calc(101 / 1366 * 100vw);
    --homecare-body-left: calc(542 / 1366 * 100vw);
    --homecare-visual-top: calc(236 / 1366 * 100vw);
  }
  .p-servicePage__group--plus .p-servicePage__heroBlock {
    --plus-hero-min-height: calc(730 / 1366 * 100vw);
    --plus-body-top: calc(110 / 1366 * 100vw);
    --plus-body-right: calc(66 / 1366 * 100vw);
    --plus-body-bottom: calc(101 / 1366 * 100vw);
    --plus-body-left: calc(470 / 1366 * 100vw);
    --plus-visual-top: calc(200 / 1366 * 100vw);
  }
  .p-servicePage__heroBlock--consult {
    --consult-body-top: calc(150 / 1366 * 100vw);
    --consult-body-right: calc(105 / 1366 * 100vw);
    --consult-body-bottom: calc(101 / 1366 * 100vw);
    --consult-body-left: calc(542 / 1366 * 100vw);
    --consult-visual-top: calc(200 / 1366 * 100vw);
  }
  .p-servicePage__panel--business {
    width: 85.2122986823vw;
    min-height: 50.3660322108vw;
    margin-left: 8.4919472914vw;
  }
  .p-lowerSection--servicePlus .p-servicePage__panel--business {
    min-height: 55.1244509517vw;
  }
  .p-servicePage__panel--business::before {
    right: -3.2942898975vw;
  }
  .p-servicePage__summary--business {
    top: 4.9780380673vw;
    left: -5.710102489vw;
  }
  .p-servicePage__summary--homecare,
  .p-servicePage__summary--consult {
    top: 7.6134699854vw;
    left: -5.5636896047vw;
  }
  .p-servicePage__heroBlock--business {
    min-height: 50.3660322108vw;
  }
  .p-servicePage__group--plus .p-servicePage__heroBlock {
    min-height: 53.4407027818vw;
  }
  .p-servicePage__group--business .p-servicePage__heroVisual {
    bottom: -10.3953147877vw;
    left: -16.1054172767vw;
    width: 46.8521229868vw;
  }
  .p-servicePage__group--homecare .p-servicePage__heroVisual {
    bottom: auto;
  }
  .p-servicePage__group--plus .p-servicePage__heroVisual {
    bottom: auto;
    left: -13.4699853587vw;
    width: 44.0702781845vw;
  }
  .p-servicePage__group--dispensing .p-servicePage__heroVisual,
  .p-lowerSection--servicePlus .p-servicePage__heroVisual {
    top: 14.6412884334vw;
  }
  .p-servicePage__group--dispensing .p-servicePage__heroVisual {
    bottom: auto;
  }
  .p-servicePage__group--business .p-servicePage__heroBody {
    top: 8.345534407vw;
    right: 7.6866764275vw;
    bottom: 7.3938506589vw;
    left: 39.6778916545vw;
  }
  .p-servicePage__group--dispensing .p-servicePage__heroBody {
    inset: auto;
  }
  .p-lowerSection--serviceHomecare .p-servicePage__heroBody,
  .p-lowerSection--serviceConsult .p-servicePage__heroBody {
    top: 10.980966325vw;
  }
  .p-lowerSection--serviceHomecare .p-servicePage__heroBody {
    inset: auto;
  }
  .p-lowerSection--serviceConsult .p-servicePage__heroBody {
    inset: auto;
  }
  .p-lowerSection--servicePlus .p-servicePage__heroBody {
    top: 8.0527086384vw !important;
    inset: auto;
  }
  .p-servicePage__heroBody--plus {
    right: 4.831625183vw;
    left: 34.4070278184vw;
  }
  .p-lowerSection--servicePlus .p-servicePage__heroBody {
    inset: auto;
  }
  .p-servicePage__heroBody--plus .p-servicePage__lead {
    width: 39.6778916545vw;
  }
  .p-servicePage__featureSection--business {
    grid-template-columns: 23.1332357247vw 54.6852122987vw;
    gap: 7.1742313324vw;
    padding-left: 2.9282576867vw;
  }
  .p-servicePage__feature--plusFamilyGrid {
    grid-template-columns: minmax(0, 1fr) 167px;
  }
  .p-servicePage__featureMain--plusFamily {
    width: auto;
  }
}
@media screen and (max-width: 1240px) and (min-width: 1101px) {
  .p-servicePage__panel--business {
    width: calc(100% - 8.4919472914vw);
    min-height: 688px;
  }
  .p-lowerSection--servicePlus .p-servicePage__panel--business {
    min-height: 753px;
  }
  .p-servicePage__heroBlock--business {
    min-height: 688px;
  }
  .p-servicePage__group--plus .p-servicePage__heroBlock {
    min-height: 753px;
  }
  .p-servicePage__group--business .p-servicePage__heroVisual {
    left: -12.9032258065vw;
  }
  .p-servicePage__group--plus .p-servicePage__heroVisual {
    left: -10.8870967742vw;
    width: 40.3225806452vw;
  }
  .p-servicePage__group--business .p-servicePage__heroBody {
    top: 96px;
    right: 4.5161290323vw;
    bottom: auto;
  }
  .p-servicePage__group--dispensing .p-servicePage__panel--business {
    --dispensing-body-top: 96px;
    --dispensing-body-right: calc(56 / 1240 * 100vw);
    --dispensing-body-bottom: 80px;
  }
  .p-servicePage__group--dispensing .p-servicePage__heroBody {
    inset: auto;
  }
  .p-lowerSection--serviceHomecare .p-servicePage__heroBody,
  .p-lowerSection--serviceConsult .p-servicePage__heroBody {
    top: 120px;
  }
  .p-lowerSection--serviceConsult .p-servicePage__heroBody {
    inset: auto;
  }
  .p-servicePage__heroBlock--homecare {
    --homecare-body-top: 120px;
    --homecare-body-right: calc(56 / 1240 * 100vw);
    --homecare-body-bottom: 80px;
  }
  .p-lowerSection--serviceHomecare .p-servicePage__heroBody {
    inset: auto;
  }
  .p-servicePage__group--plus .p-servicePage__heroBlock {
    --plus-hero-min-height: 753px;
    --plus-body-right: calc(56 / 1240 * 100vw);
    --plus-body-left: calc(395 / 1240 * 100vw);
  }
  .p-servicePage__heroBlock--consult {
    --consult-body-top: 120px;
    --consult-body-right: calc(56 / 1240 * 100vw);
    --consult-body-bottom: 80px;
  }
  .p-servicePage__heroBody--plus {
    right: 4.5161290323vw;
    left: 31.8548387097vw;
  }
  .p-lowerSection--servicePlus .p-servicePage__heroBody {
    inset: auto;
  }
  .p-servicePage__heroBody--plus .p-servicePage__lead {
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .p-servicePage__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .p-lowerSection--serviceIntro {
    padding-top: 72px;
    padding-bottom: 0;
  }
  .p-lowerSection--serviceDispensing {
    padding-top: 72px;
    padding-bottom: 88px;
  }
  .p-lowerSection--serviceHomecare,
  .p-lowerSection--servicePlus,
  .p-lowerSection--serviceConsult {
    padding-block: 88px !important;
  }
  .p-servicePage__intro {
    gap: 28px;
    padding-inline: 0;
  }
  .p-servicePage__introHeading h2 {
    padding-top: 8px;
  }
  .p-servicePage__heroBlock {
    grid-template-columns: 1fr;
  }
  .p-servicePage__heroVisual {
    max-width: 620px;
  }
  .p-servicePage__group--business {
    gap: 36px;
  }
  .p-servicePage__panel--business {
    width: auto;
    min-height: auto;
    margin-left: 0;
    padding: 44px 40px 50px;
    background: #ffffff;
    border-radius: 18px;
  }
  .p-servicePage__panel--dispensing {
    display: grid;
    gap: 32px;
  }
  .p-servicePage__panel--business::before {
    content: none;
  }
  .p-servicePage__summary--business {
    position: static;
    gap: 10px;
    justify-items: center;
    text-align: center;
  }
  .p-servicePage__heroBlock--business {
    display: grid;
    gap: 32px;
    min-height: auto;
  }
  .p-servicePage__heroBlock--homecare {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0;
  }
  .p-servicePage__group--business .p-servicePage__heroVisual,
  .p-servicePage__group--business .p-servicePage__heroBody {
    position: static;
    width: auto;
  }
  .p-servicePage__group--business .p-servicePage__heroVisual {
    order: 2;
    width: min(100%, 640px);
    margin-inline: auto;
    aspect-ratio: 4096/2731;
    border-radius: 22px;
  }
  .p-servicePage__group--homecare .p-servicePage__heroVisual {
    width: min(100%, 640px);
    aspect-ratio: 4096/2731;
    margin-inline: auto;
    border-radius: 22px;
  }
  .p-servicePage__group--business .p-servicePage__heroBody,
  .p-servicePage__group--business .p-servicePage__lead {
    gap: 22px;
    padding-top: 0;
  }
  .p-servicePage__group--business .p-servicePage__heroBody {
    order: 1;
    width: min(100%, 720px);
    margin-inline: auto;
    justify-items: center;
    text-align: center;
  }
  .p-servicePage__panel--dispensing .p-servicePage__summary--business {
    order: 1;
  }
  .p-servicePage__panel--dispensing .p-servicePage__heroBody {
    order: 2;
  }
  .p-servicePage__panel--dispensing .p-servicePage__heroVisual {
    order: 3;
  }
  .p-servicePage__heroBody--plus .p-servicePage__lead {
    width: 100%;
  }
  .p-servicePage__plusLinks,
  .p-servicePage__consultLinks {
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
  }
  .p-servicePage__featureSection--business {
    grid-template-columns: 1fr;
    gap: 36px;
    width: min(100%, 900px);
    margin-inline: auto;
    padding-left: 0;
  }
  .p-servicePage__featureIntro--business {
    gap: 12px;
    padding-top: 0;
    justify-items: center;
    text-align: center;
  }
  .p-servicePage__featureSectionLead {
    padding-right: 0;
  }
  .p-servicePage__featureList--business {
    margin-top: 0;
  }
  .p-servicePage__featureList--business .p-servicePage__feature {
    min-height: auto;
  }
}
@media screen and (max-width: 900px) {
  .p-servicePage__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .p-servicePage__nav a {
    height: auto;
    min-height: 52px;
    padding: 17px 20px;
  }
  .p-servicePage__feature {
    grid-template-columns: 1fr;
  }
  .p-servicePage__featureList--business .p-servicePage__feature {
    padding: 26px 24px;
  }
  .p-servicePage__feature--withImage {
    align-items: stretch;
    flex-direction: column;
    gap: 20px !important;
  }
  .p-servicePage__featureThumb {
    width: min(180px, 100%);
    align-self: center;
  }
  .p-servicePage__feature--homecareGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-servicePage__feature--homecareGrid .p-servicePage__featureThumb {
    justify-self: center;
  }
  .p-servicePage__feature--plusFamilyGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-servicePage__featureMain--plusFamily {
    width: auto;
    min-height: 0;
  }
  .p-servicePage__featureThumb--plusFamily {
    justify-self: center;
  }
  .p-servicePage__plusLinks {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-servicePage__plusLinks .c-moreLink::before {
    bottom: 8px;
    width: calc(100% - 64px);
    transform: scaleX(1);
  }
  .p-servicePage__plusLinks .c-moreLink::after {
    content: "";
    background: url("../images/icon_service-plus-link-circle.svg") center/contain no-repeat;
    box-shadow: none;
  }
}
@media screen and (max-width: 600px) {
  .p-serviceIntroStage {
    margin-top: -162px;
    padding-top: 60px;
    background-size: 980px auto, 980px auto;
  }
  .p-lowerSection--serviceIntro {
    padding-top: 52px;
    padding-bottom: 0;
  }
  .p-lowerSection--serviceDispensing {
    padding-top: 52px;
    padding-bottom: 72px;
  }
  .p-lowerSection--serviceHomecare,
  .p-lowerSection--servicePlus,
  .p-lowerSection--serviceConsult {
    padding-block: 72px !important;
  }
  .p-servicePage__intro {
    gap: 22px;
  }
  .p-servicePage__introHeading {
    gap: 12px;
  }
  .p-servicePage__introHeading h2 {
    padding-top: 5px;
  }
  .p-servicePage__nav a {
    height: auto;
    min-height: 48px;
    padding: 15px 18px;
  }
  .p-servicePage__nav {
    grid-template-columns: 1fr;
  }
  .p-servicePage__panel--business {
    padding: 34px 22px 38px;
  }
  .p-servicePage__heroBlock--business {
    gap: 24px;
  }
  .p-servicePage__group--business .p-servicePage__heroVisual {
    width: 100%;
    border-radius: 16px;
  }
  .p-servicePage__group--business .p-servicePage__heroBody,
  .p-servicePage__group--business .p-servicePage__lead {
    gap: 18px;
  }
  .p-servicePage__featureList--business {
    gap: 16px;
  }
  .p-servicePage__featureList--business .p-servicePage__feature {
    padding: 24px 20px;
  }
  .p-servicePage__featureMain {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }
  .p-servicePage__featureNo {
    width: 34px;
    height: 34px;
  }
  .p-servicePage__featureThumb {
    width: min(170px, 100%);
  }
  .p-servicePage__plusLinks .c-moreLink,
  .p-servicePage__consultLinks .c-moreLink {
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 14px;
    width: min(100%, 320px);
    max-width: 100%;
    white-space: normal;
  }
  .p-servicePage__plusLinks .c-moreLink p,
  .p-servicePage__consultLinks .c-moreLink p {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .p-servicePage__plusLinks .c-moreLink::before,
  .p-servicePage__consultLinks .c-moreLink::before {
    width: calc(100% - 58px);
  }
}
@media screen and (max-width: 414px) {
  .p-servicePage__panel--business {
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-servicePage__introHeading {
    justify-items: center;
    text-align: center;
  }
  .p-servicePage__featureList--business .p-servicePage__feature {
    padding: 22px 18px;
  }
}
@media screen and (max-width: 375px) {
  .p-servicePage__panel--business {
    padding-right: 18px;
    padding-left: 18px;
  }
  .p-servicePage__nav a {
    padding-right: 16px;
    padding-left: 16px;
  }
}
