.ppch-v2-brand {
  display: inline-flex;
  flex: 0 0 auto;
  line-height: 0;
}

.ppch-v2-brand picture,
.ppch-v2-brand img {
  display: block;
}

.ppch-v2-brand img {
  width: 172px;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

.ppch-v2-brand-footer {
  width: fit-content;
  padding: 8px 11px;
  background: #fff;
  border-radius: 13px;
}

.ppch-v2-brand-footer img {
  width: 205px;
}

.ppch-v2-services-picture,
.ppch-v2-services-picture img {
  display: block;
  width: 100%;
}

.ppch-v2-services-picture img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.ppch-v2-services-hero .ppcr-page-hero-media {
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(9, 26, 45, .2);
}

.ppch-v2-friendly-panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 52px);
  color: #fff;
  background: linear-gradient(145deg, #102d4c, #174b78);
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(9, 26, 45, .16);
}

.ppch-v2-friendly-panel .ppcr-eyebrow {
  color: #ffd078;
}

.ppch-v2-friendly-panel h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.12;
}

.ppch-v2-friendly-panel p:not(.ppcr-eyebrow) {
  margin: 18px 0 0;
  color: #dce7f1;
  font-size: 17px;
  line-height: 1.7;
}

.ppch-v2-friendly-panel .ppcr-button {
  align-self: flex-start;
  margin-top: 26px;
}

.ppch-v2-boundary {
  align-items: start;
}

.ppch-v2-boundary > div {
  min-width: 0;
}

.ppch-v2-boundary .ppcr-section-heading,
.ppch-v2-boundary .ppcr-numbered-list {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .ppch-v2-brand img {
    width: 158px;
  }
}

@media (max-width: 760px) {
  .ppch-v2-brand img {
    width: 146px;
    max-height: 62px;
  }

  .ppch-v2-brand-footer img {
    width: 195px;
  }

  .ppch-v2-services-hero .ppcr-page-hero-media {
    border-radius: 18px;
  }
}

@media (max-width: 390px) {
  .ppch-v2-brand img {
    width: 132px;
  }
}

