.ccr-guarantee-svg {
  width: 50px !important;
  height: 50px !important;
  max-width: 50px;
  flex-shrink: 0;
  display: block;
}
.ccr-pricing-intro {
  max-width: 820px;
  margin: 0 auto 56px;
  padding: 0 24px;
  text-align: center;
}
.ccr-intro-headline {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600;
  color: #4f7a60;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
}
/* The quote-bar container */
.ccr-intro-quote {
  padding-left: 20px;
  text-align: left;
}
.ccr-intro-body {
  font-size: 17px;
  line-height: 1.7;
  color: #2d2d2d;
  margin: 0 0 20px;
  /* spacing between paragraphs */
}
.ccr-intro-body:last-child {
  margin-bottom: 0;
  /* no trailing margin on the last paragraph inside the quote */
}
.ccr-intro-cta {
  font-size: 17px;
  line-height: 1.6;
  color: #4f7a60;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
@media (max-width: 600px) {
  .ccr-pricing-intro {
    margin-bottom: 40px;
  }
  .ccr-intro-quote {
    padding-left: 8px;
    margin-left: 4px;
  }
  .ccr-intro-body {
    font-size: 16px;
  }
}
/* (use the same .ccr-guarantee-block and .ccr-guarantee-copy styles from Option 2) */
.Price {
  display: flex;
  align-items: stretch;
  gap: 2rem;
}
.Price__image {
  width: calc(100% - 40px);
  aspect-ratio: 1;
  margin: 20px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.Price__column {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  padding: 1.5rem;
  border: 1px solid var(--secondary);
  border-radius: 20px;
  background: var(--secondary-l-10);
}
.Price__heading, .Price__heading h1, .Price__heading h2, .Price__heading h3, .Price__heading h4 {
  text-align: center !important;
  margin-bottom: 1rem;
}
.Price__text {
  flex: 1 1 auto;
  margin-bottom: 1rem;
}
.Price__link {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
@media (max-width: 768px) {
  .Price {
    flex-direction: column;
  }
}
