.quote-case-container {
   background-color: #f7f9fc;
   border-radius: 16px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 2rem;
   text-align: center;
}

.quote-case-partner-image {
    text-align: center;
    box-sizing: border-box;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    max-height: 42px;
}

[data-quote-image-type="headshot"].quote-case-partner-image {
   height: 5.625rem;
   margin-top: calc(4.5rem * -1);
   margin-bottom: 0;
   translate: 0 -50%;
   aspect-ratio: 1/1;
   max-height: unset;
}

.quote-quote-container {
    text-align: center;
    box-sizing: border-box;
    display: block;
}

.quote-quote {
    box-sizing: border-box;
    text-align: center;
    border-style: none;
    border-width: 1px;
    font-family: var(--typography-display);
    font-size: var(--body-quote);
    font-weight: 400;
    line-height: var(--body-line-height-quote);
    display: block;
}

.quote-quote p {
   margin-top: 0;
}

.quote-case-stats-container {
    max-width: 735px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    display: flex;
}
    
.quote-case-stat {
   max-width: 336px;
   width: 50%;
   grid-column-gap: 16px;
   grid-row-gap: 16px;
   padding-top: 10px;
   padding-bottom: 10px;
   display: flex;
   align-items: center;
   text-align: left;
}

.quote-case-divider {
    width: 1px;
    background-color: #8c9196;
}

.quote-link-arrow {
    justify-content: center;
    align-items: center;
    display: flex;
}


{# Content hub Style #}
.post-body section:has(.quote-case-container) {
    padding: 2.25rem 0;
}

.post-body .quote-case-container blockquote {
   font-family:  var(--typography-display);
   font-size: var(--body-quote);
   font-weight: 400;
   line-height: var(--body-line-height-quote);
   padding: 0rem;
   margin: 0rem auto;
   display: block;
}

.post-body .quote-case-container [data-quote-image-type="headshot"].quote-case-partner-image {
   height: 6.625rem;
   margin-top: calc(4.5rem * -1);
   margin-bottom: 0;
   translate: 0 -50%;
   aspect-ratio: 1/1;
   max-height: unset;
}
{# End Content hub Style #}

@media screen and (max-width:800px) {
   .quote-case-container {
      padding: 3.25rem 2rem;
      margin-top: 4.5rem;
   }

   .quote-case-stats-container {
      flex-direction: column;
      grid-row-gap: .75rem;
      margin: 1.5rem auto;
   }

   .quote-case-stat {
      text-align: center;
      width: 100%;
      flex-direction: column;
      grid-row-gap: 0;
      margin: 0 auto;
   }

   .quote-case-stat > * {
      text-align: center;
      margin: 0 auto;
   }

   .quote-case-divider {
      width: 100%;
      height: 1px;
      background-color: #8c9196;
   }
}