/etc/designs/code/website-services/us/rwd-imfinzi-com/make-space-s3-nsclc/css/talking-to-your-doctor.css

/* Talking to your doctor CSS */

/* Font Imports */

@import url('https://fonts.cdnfonts.com/css/filson-pro?styles=96092,96090,96082,96086,96080');

@font-face {
    font-family: 'Filson-Pro-Regular';
    font-weight: 400;  /* Regular weight */
    font-display: swap;
    src: url('/content/dam/website-services/us/498-rwd-imfinzi-com/patient-new/fonts/FilsonProRegular.woff');
}

@font-face {
    font-family: 'Filson-Pro-Medium';
    font-weight: 500;  /* Medium weight */
    font-display: swap;
    src: url('/content/dam/website-services/us/498-rwd-imfinzi-com/patient-new/fonts/FilsonProMedium.woff');
}

@font-face {
    font-family: 'Filson-Pro-Bold';
    font-weight: 700;  /* Bold weight */
    font-display: swap;
    src: url('/content/dam/website-services/us/498-rwd-imfinzi-com/patient-new/fonts/FilsonProBold.woff');
}

@font-face {
    font-family: 'Filson-Pro-Heavy';
    font-weight: 800;  /* Heavy weight */
    font-display: swap;
    src: url('/content/dam/website-services/us/498-rwd-imfinzi-com/patient-new/fonts/FilsonProHeavy.woff');
}

@font-face {
    font-family: 'Filson-Pro-Black';
    font-weight: 900;  /* Black weight */
    font-display: swap;
    src: url('/content/dam/website-services/us/498-rwd-imfinzi-com/patient-new/fonts/FilsonProBlack.woff');
}


.page-main__wrapper {
    max-width: 940px;
    margin: 64px auto;
}

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

.page-heading__block {
    margin: 40px 15px 28px;
}

.page-section__content-banner {
    background: #6D0020;
}

.background--light {
    background: #E0A49A;
}
.content-main-wrap {
    max-width: 940px;
    margin: 0 auto;
    padding: 60px 0 67px 0;
}


.content-banner__block {
    max-width: 940px;
    margin: 0 auto;
    padding: 64px 0;
}

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

.content-cards__container {
    margin: 0 auto 57px;
}


.content-cards__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    row-gap: 24px;
}

.content-cards__card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 40px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 450px;
    min-height: 137px;
    background: #fff;
    box-shadow: inset 0 -12px 0 0 #EB0000;
}

p.content__text {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 45px;
}

h3.content-cards__heading {
    font-family: "Filson Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    text-align: center;
    margin: 0 0 16px;
    color: #6D0020;
}

p.content-cards__text {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    text-align: center;
    margin: -5px 0;
}

.content-cards__card--wide {
    flex-basis: 100%;
    height: 137px;
}

.content-cards__container:last-of-type {
    margin: 0 auto;
}

.content-cards__container:last-of-type  .content-cards__card {
    max-height:137px;
}


.page-banner--cta {
    background: #AA182C;
}

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

.page-banner--cta__text {
    flex-basis: 387px;
    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;
    background: #6D0020;
    justify-content: center;
    align-items: center;
    height: 74px;
    gap: 16px;
    padding: 30px 20px;
    white-space: nowrap;
}

.page-banner--cta__btn img{
    transition: 150ms;
}

.page-banner--cta__btn:hover img{
	transform: translateX(8px);
}
.page-banner--cta__btn:hover {
    background: #52081E;
}

.page-banner--cta__btn:active {
    transition: transform 150ms;
    transform: scale(0.95);
    transform-origin: center;
}


a.page-banner--cta__btn-link {
    font-family: "Filson Pro";
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

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;
}


.content__footnote {
    display: flex;
    align-items: flex-start;
}

.content__footnote-symbol {
    flex-shrink: 0;
    font-size: 55%;
    line-height: 1;
    top: 0.2rem;
}

.content__footnote-symbol--ast {
    font-size: 95%;
}

.content__footnote-text {
    flex: 1;
}

/* Desktop Only */

/* Mobile Styles */

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

    .content-main-wrap {
        margin: 0 15px;
		padding: 60px 0 64px 0;
    }

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

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

    .content-banner__block {
        max-width: 100%;
        margin: 0 15px;
        padding: 40px 0;
    }
    
    h2.content-banner__title {
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 30px;
        letter-spacing: 0.24px;
    }

    .content-cards__wrapper {
        row-gap: 32px;
    }
  
    .content-cards__card {
        min-height: 113px;
    }

    .content-cards__container:last-of-type  .content-cards__card {
        max-height: 161px;
    }

    .page-banner--cta__wrapper {
        max-width: 100%;
        flex-direction: column;
        margin: 0 15px 10px 15px;
        gap: 32px;
        padding: 26px 0 36px;
    }

    a.page-banner--cta__btn-link {
        width: 100%;
        max-width: 360px;
    }

    .page-banner--cta__btn {
        justify-content: center;
    }

    .page-banner--cta__text {
        flex-basis: 0;
        text-align: center;
    }


    p.page-banner--cta__fotnote {
        max-width: 100%;
        margin: 32px 15px;
    }

    .page-banner--cta__btn img {
        transition: 150ms;
    }
}

@media screen and  (min-width: 542px) and (max-width: 564px) {
    .page-heading__block {
    
        padding-left: 15px;
        padding-right: 15px;
    }

}