/* =========================================
   IPP WHY US PAGE
========================================= */


/* CAPABILITY PROVISION */

.ipp-capability-provision {
    background: rgba(219, 224, 229, 0.5);
    
}

.ipp-whyus-kicker {
    margin: 0 0 20px;
    color: var(--color-electric-blue);
    text-transform: uppercase;
}

.ipp-steps-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
}

.ipp-step-card {
    display: grid;
    grid-template-columns: 300px 1fr;
    min-height: 240px;
    border-radius: 24px;
    overflow: hidden;
    background: var(--color-white);
}

.ipp-step-icon-panel {
    background: var(--color-midnight-steel);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 44px;
}

.ipp-step-icon {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.ipp-step-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 48px 76px 42px;
}

.ipp-step-copy h3 {
    margin: 0 0 20px;
    font-weight: 700;
}

.ipp-step-copy h4 {
    font-weight: 400;
}

.ipp-step-copy h3 span {
    color: var(--color-electric-blue);
}

