/* Taking Imfinzi CSS */

.page-main__wrapper.page-main__wrapper--heading-block {
    margin: 74px auto 0;
}

.page-heading__block {
    margin: 40px auto;
}

h1.page-heading__heading {
    font-family: "Filson Pro";
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.4px;
    text-align: center;
    color: #063A4C;
}

.content-main__wrapper {
    max-width: 950px;
    margin: 0 auto;
}

.page-section__content-block {
    max-width: 940px;
    padding: 64px 0;
}

.page-section__content-block--dark {
    background: #327096;
    max-width: 100%;
    width: 100%;
}

.page-section__content-block--light {
    background: #B8F0FF;
    max-width: 100%;
    width: 100%;
}


h2.column-content__heading {
    font-family: "Filson Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.24px;
    color: #fff;
    margin: 0 0 40px;
    text-align: center;
}


p.column-content__txt {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

img.column-content__img {
    width: 80px;
}

.column-content__container {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
}

.column-content__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 192px;
    gap: 16px;
}

.page-section__content-block--dark:last-of-type {
    padding: 40px 0;
}

.banner-content__container {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

img.banner-content__img {
    width: 64px;
}

p.banner-content__txt {
    font-family: "Filson Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}
.banner-content__txt strong {
    font-weight: 800;
}
.page-banner--cta {
    background: #063A4C;
}

.page-banner--cta__wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    max-width: 940px;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.page-banner--cta__text {
    flex-basis: 458px;
    font-family: "Filson Pro";
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    color: #fff;
}

.page-banner--cta__btn {
    display: flex;
    gap: 16px;
    padding: 24px;
    background: #B8F0FF;
    transition: all 150ms;
}

.page-banner--cta__btn:hover {
    background: #80E4F9;
}

.page-banner--cta__btn:active {
    background: #80E4F9;
    transform: scale(0.95);
}

a.page-banner--cta__btn-link {
    font-family: "Filson Pro";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    color: #091B34;
}

.page-banner--cta__btn-link-icon {
    transition: transform 150ms;
}

.page-banner--cta__btn:hover .page-banner--cta__btn-link-icon {
    transform: translateX(8px);
}


p.page-banner--cta__fotnote {
    font-family: "Filson Pro";
    font-size: 14px;
    font-weight: 425;
    line-height: 20px;
    max-width: 1140px;
    margin: 32px auto;
    color: #333;
}

h2.cards-content__heading {
    font-family: "Filson Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    color: #063A4C;
    text-align: center;
    margin: 0 0 40px;
}

.cards-content__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 40px;
    gap:2px;
}

.cards-content__container::after {
   /* content: url(/content/dam/website-services/us/498-rwd-imfinzi-com/mibc1/global/icon_arrow_FPO.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);*/

    content: url(/content/dam/website-services/us/498-rwd-imfinzi-com/mibc1/global/icon_arrow.svg);
    position: absolute;
    top: 38%;
    left: 47.7%;
    transform: rotate(270deg);
}

.cards-content__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 468px;
    height: 286px;
    background: #fff;
    padding: 40px 32px;
    position: relative;
}

h3.cards-content__card-title {
    font-family: "Filson Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.24px;
    color: #063A4C;
}

img.cards-content__card-img {
    width: 120px;
    height: 120px;
}

p.cards-content__card-txt {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    text-align: center;
}


.page-section__content-block--lighter {
    background: #ECFCFF;
    padding: 64px 0;
}


h2.list-content__heading {
    font-family: "Filson Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    color: #063A4C;
    margin: 0 0 24px;
}

p.list-content__copy {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    margin: 0 0 24px;
}

ul.list-content__list {
    column-count: 2;
    column-gap: 42px;
    margin: 0 0 7px;
    padding-left: 14px !important;
}


li.list-content__list-item {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    position: relative;
    padding-left: 1.7rem;
}

li.list-content__list-item::before {
    content: "•";
    line-height: 1;
    left: 0;
    position: absolute;
}

p.list-content__footnote {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    color: #6D0020;
    text-align: center;
}


/* Mobile Styles */

@media screen and (max-width: 991px) {

    .page-main__wrapper.page-main__wrapper--heading-block {
        margin: 40px auto 0;
    }

    .page-section__content-block {
        padding: 64px 15px;
    }

    h1.page-heading__heading {
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 0.3px;
    }

    .page-section__content-block.page-section__content-block--light {
        padding: 32px 15px;
    }

    .column-content__container {
        flex-wrap: wrap;
        max-width: 400px;
        margin: 0 auto;
    }

    .column-content__item {
        width: 163px;
    }

    
    h2.cards-content__heading {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0.52px;
    }

    .cards-content__container {
        flex-direction: column;
        gap: 2px;
    }

    .cards-content__card {
        width: 100%;
        height: 302px;
        max-width: 468px;
    }
	img.cards-content__card-img {
        width: 100px;
        height: 100px;
    }
    .cards-content__card:last-of-type {
        height: 286px;
    }

    p.cards-content__card-txt {
        margin-left: -17px;
        margin-right: -17px;
    }

    .cards-content__container::after {
        top: 52%;
        left: 50%;
        transform: translateY(-52%) translateX(-50%) rotate(0deg);
    }

    .page-section__content-block--dark:last-of-type {
        padding: 40px 15px;
    }

    .banner-content__container {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .page-section__content-block--lighter {
        padding: 64px 15px;
    }

    ul.list-content__list {
        padding-left: 12px !important;
    }

    .page-banner--cta {
        padding: 0 15px;
    }

    .page-banner--cta__wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .page-banner--cta__text {
        flex-basis: auto;
    }

    .page-banner--cta__btn {
        padding: 24px 55px;
        height: 72px;
        align-items: center;
    }

    p.page-banner--cta__fotnote {
        margin: 32px 15px;
    }

}