.ServicesC {
  padding: var(--PMGR_48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--PMGR_48px);
}
.ServicesP1,
.SerP1T,
.ServicesP2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ServicesP1 {
  gap: var(--PMGR_48px);
}
.SerP1T {
  gap: var(--PMGR_24px);
}
.ServicesP2 {
  gap: var(--PMGR_48px);
}
.SerP1T1 {
  color: var(--color_blue);
  font-size: var(--font_20px);
}
.SerP1T2 {
  font-size: var(--font_18px);
  width: 60vw;
  text-align: center;
  text-transform: capitalize;
}
.SerP1B {
  display: flex;
  flex-wrap: wrap;
  width: 80vw;
  gap: var(--PMGR_48px);
  justify-content: space-between;
}
.SerP1BBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: var(--PMGR_16px);
  background-color: #fafafa;
  width: 20vw;
  padding: var(--PMGR_24px);
  height: 20vw;
}
.SerP1BBoxT {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--PMGR_8px);
}
.SerP1BBoxI img {
  width: 6.5vw;
}
.SerP1BBoxTH,
.SerP1BBoxTP {
  font-size: var(--font_16px);
  text-transform: capitalize;
}
.SerP1BBoxTH {
  color: #0c1312;
}
.SerP1BBoxTP {
  color: #5c6160;
}

.SerP2B {
  display: flex;
  flex-wrap: wrap;
  width: 85vw;
  gap: var(--PMGR_16px);
  row-gap: var(--PMGR_32px);
}
.SerP2BBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: var(--PMGR_16px);
  background-color: #fafafa;
  width: 20vw;
  padding: var(--PMGR_24px);
  height: 19vw;
}
.SerP2BBoxI img {
  width: 5.5vw;
}
.SerP2BBoxTH {
  font-size: var(--font_20px);
  text-transform: capitalize;
  color: #0c1312;
}
.SerP2T2 {
  font-size: var(--font_24px);
  width: 60vw;
  text-align: center;
  text-transform: capitalize;
}

.SerP3P1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--PMGR_24px);
}
.SerP3P1T {
  font-size: var(--font_16px);
  color: #217065;
}
.SerP3P1H {
  font-size: var(--font_20px);
}

/*  */
/*  */
.SerP3P2 {
  display: flex;
  flex-direction: column;
  gap: var(--PMGR_48px);
  padding-top: var(--PMGR_48px);
}
.SerP3P2BoxOdd,
.SerP3P2BoxEven {
  width: 80vw;
  display: flex;
  align-items: flex-start;
  gap: var(--PMGR_48px);
  border: 1px solid #e6f1ff;
  border-radius: var(--PMGR_16px);
  padding: var(--PMGR_24px);
}
.SerP3P2BoxOdd {
  background-color: #fafafa;
}
.SerP3P2BoxEven {
  background-color: #e6f1ff;
}

.SP3P2BoxI {
  position: relative;
  border-radius: var(--PMGR_16px);
  overflow: hidden;
}
.SP3P2BoxI img {
  width: 35vw;
  border-radius: var(--PMGR_12px);
  transition: all 400ms ease;
}
.SP3P2BoxI::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(176, 210, 255, 0.2) 60%, #6a7e99 100%);
  z-index: 2;
  border-radius: var(--PMGR_12px);
  transition: all 400ms ease;
}
.SP3P2BoxI:hover::before {
  opacity: 0;
}

.SP3P2BoxI:hover img {
  transform: scale(1.2);
}
.SP3P2BoxT {
  display: flex;
  flex-direction: column;
  gap: var(--PMGR_8px);
  padding-top: var(--PMGR_32px);
}
.SP3P2BoxTH {
  font-size: var(--font_16px);
  color: var(--color_blue);
}
.SP3P2BoxTT {
  font-size: var(--font_32px);
  color: var(--color_blue);
  width: 35vw;
  text-transform: capitalize;
  padding-bottom: var(--PMGR_24px);
}
.First.SP3P2BoxTT {
  font-size: var(--font_24px);
}
.SP3P2BoxTP {
  font-size: var(--font_16px);
  text-transform: capitalize;
  line-height: 184%;
  width: 42vw;
}
.ul.SP3P2BoxTP {
  padding-left: 1.5vw;
}
.ServicesP4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--PMGR_48px);
  width: 80vw;
  background-color: #e6f1ff;
  height: 23.1vw;
  border-radius: var(--PMGR_16px);
}
.SerP4L img {
  width: 40vw;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
}
.SerP4R {
  display: flex;
  flex-direction: column;
  gap: var(--PMGR_16px);
}
.SerP4RT {
  font-size: var(--font_32px);
  line-height: 125%;
  width: 30vw;
  color: var(--color_blue);
}
.SerP4RB {
  padding: var(--PMGR_16px) var(--PMGR_32px);
  font-size: var(--font_16px);
  background-color: var(--color_med_green);
  color: var(--color_white);
  border-radius: var(--PMGR_8px);
  text-decoration: none;
  margin-left: -0.5vw;
  cursor: pointer;
  width: fit-content;
}
.ServicesP3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.SerP1Indicators {
  display: none;
}
@media (max-width: 768px) {
  .ServicesC {
    padding: var(--PMGR_48px) 0;
  }
  .SerP1T1 {
    text-align: center;
    font-size: var(--font_24px);
    width: 85vw;
  }
  .SerP1T2 {
    width: 80vw;
  }

  .SerP1BBoxI img,
  .SerP2BBoxI img {
    width: 25vw;
  }
  .SerP1BBoxTH,
  .SerP2BBoxTH {
    font-size: var(--font_24px);
  }
  .SerP1BBoxTP,
  .SerP1BBoxTP {
    font-size: var(--font_20px);
  }

  .SerP1Wrapper,
  .SerP2Wrapper {
    position: relative;
    overflow: hidden;
    width: 100vw;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .SerP1B,
  .SerP2B {
    display: flex;
    width: 90vw;
    align-items: center;
    transition: transform 0.32s ease;
    touch-action: pan-y;
    flex-wrap: nowrap;
    gap: 10vw;
  }

  .SerP1BBox,
  .SerP2BBox {
    height: auto;
    border-radius: var(--PMGR_24px);
    background-color: #e6f1ff;
    padding: var(--PMGR_48px) var(--PMGR_24px);
    flex-shrink: 0;
    box-sizing: border-box;
    min-width: 90vw;
    width: 90vw;
    margin: 0;
    height: 80vw;
  }

  .SerP1Indicators,
  .SerP2Indicators {
    display: flex;
    justify-content: flex-start;
    margin-top: var(--PMGR_12px);
    gap: var(--PMGR_12px);
    padding: var(--PMGR_12px);
    width: 80vw;
    overflow: hidden;
    box-sizing: border-box;
  }

  .SerP1IndicatorsTrack,
  .SerP2IndicatorsTrack {
    display: flex;
    gap: var(--PMGR_12px);
    align-items: center;
    transition: transform 0.32s ease;
    will-change: transform;
  }

  .SerP1Indicators img,
  .SerP2Indicators img {
    width: 10vw;
    height: auto;
    flex: 0 0 auto;
    display: block;
  }

  /*  */
  /*  */

  .SerP3P2BoxOdd,
  .SerP3P2BoxEven {
    flex-direction: column;
    padding: 0;
    background: transparent;
    border: none;
    gap: var(--PMGR_16px);
  }
  .SerP3P2BoxOdd {
    flex-direction: column-reverse;
  }
  .SP3P2BoxI img {
    width: 80vw;
  }
  .SP3P2BoxT {
    padding-top: 0;
  }
  .SP3P2BoxTT {
    width: 80vw;
    font-size: var(--font_20px);
  }
  .SP3P2BoxTP {
    width: 80vw;
  }

  .ServicesP4 {
    flex-direction: column;
    height: auto;
    padding: var(--PMGR_24px) 0;
    padding-top: 0;
    gap: var(--PMGR_24px);
    border-radius: var(--PMGR_24px);
  }
  .SerP4L img {
    width: 80vw;
    border-top-left-radius: var(--PMGR_24px);
    border-top-right-radius: var(--PMGR_24px);
    border-bottom-right-radius: 0;
  }
  .SerP4R {
    align-items: center;
    justify-content: center;
  }
  .SerP4RT {
    width: 75vw;
    text-align: center;
    font-size: var(--font_20px);
  }
  .First.SP3P2BoxTT {
    font-size: var(--font_20px);
  }
}
