/* =========================================
   IPP THE SCIENCE PAGE
   Path: static/css/ipp-thescience.css
========================================= */

/* COPY SECTION */

.ipp-science-content {
    background: rgba(219, 224, 229, 0.5);
    padding: 95px 0 118px;
}

.ipp-science-copy {
    width: min(560px, calc(100% - 48px));
    margin: 0 auto;
    color: var(--color-black);
}

.ipp-science-kicker {
    margin: 0 0 24px;
    color: var(--color-electric-blue);
    text-transform: uppercase;
    letter-spacing: 0.09em;
}

.ipp-science-copy h5 {
    margin: 0 0 28px;
}

.ipp-science-copy p {
    margin: 0 0 28px;
    letter-spacing: 0.025em;
}

.ipp-science-copy p:last-child {
    margin-bottom: 0;
}

/* Fallback for the CTA section in thescience.html.
   Preferred HTML: <section class="ipp-quote ipp-quote-v"> */

main.ipp-page > .ipp-quote-v {
    padding: 92px 0 96px;
    text-align: center;
}

main.ipp-page > .ipp-quote-v div {
    margin: 0 auto;
}

main.ipp-page > .ipp-quote-v h3 {
    margin: 0 0 42px;
}

