.pishon-why-section {
  background: #f4f8ff !important;
}

.pishon-why-section .row.g-5 {
  --bs-gutter-y: 2rem;
}

.pishon-why-photo {
  border: 6px solid #ffffff;
  box-shadow: 0 18px 40px rgba(0, 35, 102, 0.13);
}

.pishon-why-photo::after {
  inset: 12px;
}

.pishon-why-copy .iq-subtitle {
  background: #ffffff;
  border-left: 4px solid #002b73;
  box-shadow: 0 10px 24px rgba(0, 35, 102, 0.08);
  color: #002b73;
  display: inline-flex;
  padding: 8px 12px;
}

.pishon-why-copy .iq-subtitle::before,
.pishon-why-copy .iq-subtitle::after {
  content: none !important;
}

.pishon-why-copy .iq-heading-title {
  margin-top: 14px;
}

.pishon-care-grid {
  gap: 20px;
  margin-top: 32px !important;
  padding-left: 0;
  position: relative;
}

.pishon-care-grid::before {
  content: none;
}

.pishon-care-point {
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid rgba(0, 35, 102, 0.08);
  border-radius: 0 18px 18px 0;
  box-shadow: 0 14px 30px rgba(0, 35, 102, 0.11);
  color: #171c26;
  display: grid;
  gap: 16px;
  grid-template-columns: 54px minmax(0, 1fr);
  min-height: 150px;
  overflow: hidden;
  padding: 24px 22px !important;
  position: relative;
}

.pishon-care-point::before {
  background: linear-gradient(180deg, rgba(168, 216, 234, 0.24), rgba(0, 35, 102, 0.06));
  content: "";
  height: 88px;
  position: absolute;
  right: -28px;
  top: -22px;
  transform: rotate(35deg);
  width: 100px;
}

.pishon-care-point::after {
  background: #002b73;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.pishon-care-point:nth-child(even) {
  background: #002b73;
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.pishon-care-point:nth-child(even)::before {
  background: rgba(255, 255, 255, 0.12);
}

.pishon-care-point:nth-child(even)::after {
  background: #a8d8ea;
}

.pishon-care-point span,
.pishon-care-point div {
  position: relative;
  z-index: 1;
}

.pishon-care-point span {
  align-items: center;
  background: #002b73;
  border-radius: 16px;
  color: #ffffff;
  display: inline-flex;
  flex-basis: auto;
  font-size: 0.98rem;
  font-weight: 800;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.pishon-care-point:nth-child(even) span {
  background: #a8d8ea;
  color: #002b73;
}

.pishon-care-point h4 {
  color: inherit;
  font-size: 1.06rem;
  line-height: 1.28;
  margin: 0 0 8px;
}

.pishon-care-point p {
  color: #657188;
  font-size: 0.95rem;
  line-height: 1.62;
  margin: 0;
}

.pishon-care-point:nth-child(even) p {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 575.98px) {
  .pishon-why-section {
    padding-bottom: 58px !important;
    padding-top: 58px !important;
  }

  .pishon-why-photo,
  .pishon-why-photo img {
    min-height: 230px !important;
  }

  .pishon-care-grid {
    gap: 18px;
    padding-left: 20px;
  }

  .pishon-care-grid::before {
    background: linear-gradient(180deg, #002b73 0%, #a8d8ea 100%);
    content: "";
    height: calc(100% - 24px);
    left: 20px;
    position: absolute;
    top: 12px;
    width: 3px;
  }

  .pishon-care-point {
    border-radius: 0 18px 18px 0;
    min-height: 132px;
    overflow: visible;
    padding: 20px 18px 20px 24px !important;
  }

  .pishon-care-point::after {
    background: #ffffff;
    border: 3px solid #a8d8ea;
    border-radius: 50%;
    height: 15px;
    left: -28px;
    top: 36px;
    width: 15px;
    z-index: 2;
  }

  .pishon-care-point:nth-child(even)::after {
    background: #002b73;
    border-color: #ffffff;
  }
}
