.page-title {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}
.page-title h2,
.page-title h1 {
    font-family: "Filson Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 0.4px;
    margin: 0;
    color: #091B34;
}

.taking-imfinzi .bg-container {
    background: url(/content/dam/website-services/us/498-rwd-imfinzi-com/cholangiocarcinoma-gallbladder-cancer/desktop/starting-treatment-desktop.webp) no-repeat;
    height: 559px;
    max-width: 1130px;
    margin: 0 auto;
    background-size:100%;
    position: relative;
}
.taking-imfinzi .banner-txt {
 	position: absolute;
    top: auto;
	left: 41px;
	bottom: 17px;
	display: block;
	max-width: max-content;
	font-weight: 400;
     font-family: "Filson Pro";
}
.page-content{
	background:#193965;
    padding: 64px 0;
}
.page-content .page-content-inner {
    max-width: 938px;
    margin: 0 auto;
}
.page-content-inner p {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    color:#fff;
    text-align:center;
    margin: 40px 0;
}
.page-content-inner h2{
    font-family: "Filson Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    color: #fff;
    text-align:center;
}

.expand-btn {
    border-bottom: 4px solid #01C8F3;
    max-width: fit-content;
    float: right;
}
.btn-text {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    gap: 16px;
    padding-bottom: 4px;
    cursor: pointer;
}
.btn-text p {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    margin: 0;
}
.btn-text img {
    width: 24px;
    height: 24px;
}
.clear {
    clear: both;
}
.faq-accordion {
    margin-top: 16px;
}
.faq-accordion-container {
    background: #CCF4FD;
    border-bottom: 3px solid #193965;
}
.faq-accordion-content {
    padding: 0 74px 24px 24px;
    display: none;
}
.faq-accordion-head p {
    float: left;
    width: 90%;
    color: #091B34;
    font-family: "Filson Pro";
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    text-align: left;
    margin: 0 auto;
    padding: 24px;
}
.faq-accordion-content p {
    margin: 0;
    text-align: left;
    color: #091B34;
    font-weight: 400;
}
.faq-accordion-head {
    cursor: pointer;
}

.faq-accordion-head img {
    width: 32px;
    height: 32px;
    float: right;
    /* width: 5%; */
    transform: rotate(90deg);
    display: block !important;
    transition: .35s;
    margin: 24px;
}
.faq-accordion-head.active img#black-plus-icon {
    content: url(/content/dam/website-services/us/498-rwd-imfinzi-com/cholangiocarcinoma-gallbladder-cancer/global/black-minus-icon.svg);
    transform: rotate(0deg);
}

.faq-accordion-head img#black-minus-icon {
    display: none !important;
}
.page-content.infusion-reactions h2 {
    color: #091B34;
}
.page-content.infusion-reactions p {
    color: #333333;
    font-weight: 400;
}

.page-content.infusion-reactions{
    background: #ECFDFF;
}

.ir-symptoms {
    margin-top: 100px;
}
.ir-symptoms ul {
    padding: 0 !important;
    margin: 0;
    display: flex;
    justify-content:space-evenly;
    text-align: center;
}
.ir-symptoms ul li {
    flex-basis: 141px;
}
.ir-symptoms ul li img {
    width: 80px;
    height: 80px;
}
.ir-symptoms ul li p {
    font-weight: 800 !important;
    margin: 16px 0 32px;
}


.end-callout-wrap.width1132 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    gap: 40px;
    max-width: 960px;
}
.taking-imfinzi .end-page-callout a.green-btn {
	max-width: 269px;
    padding: 23.5px 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 16px;
}
.taking-imfinzi .end-page-callout a.green-btn:hover {
    background-color: #80E4F9;
    transition: 150ms;
}
.taking-imfinzi .end-page-callout a.green-btn:active, .taking-imfinzi .end-page-callout a.green-btn:focus {
    background-color: #80E4F9;
    transition: 150ms;
    transform: scale(0.95);
    transform-origin: center;
    text-decoration: none;
}
.end-page-callout h5 {
	font-size: 24px;
	line-height: 30px;
    font-weight: 800;
}
.end-page-callout a.green-btn span {
    font-family: "Filson Pro";
}





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

    .taking-imfinzi .page-content {
        margin-top: 0;
    }
    .page-title {
        margin-top: 40px;
        margin-bottom: 40px;
    }                    	
	.page-title h2,
    .page-title h1 {
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 0.3px;
        margin: 0;
    }
	.page-content {
    	padding: 64px 15px;
        margin-top: 34px;
	}
    .taking-imfinzi .bg-container img{
		content:none;
	}
    .taking-imfinzi .banner-txt {
        font-size: 16px;
        max-width: 230px;
        text-align: right;
        line-height: 20px;
        right: 25px;
        bottom: 25px;
        left: auto;

    }
    .taking-imfinzi .bg-container{
		background: none;
        height: auto;
    }
   .end-callout-wrap.width1132 {
        padding: 40px 15px;
    }
	.end-page-callout h5 {
        margin: 0;
    }
	.taking-imfinzi .end-page-callout a.green-btn {
        max-width: 100%;
        width: 100%;
        margin-top: -5px;
        justify-content: center;
        padding: 23.5px 24px;
    }
    .faq-accordion-head {
        align-items: center;
        display: flex;
    }
    .accordion-content {
        /*margin-top: 48px;*/
    }
    .faq-accordion-head {
        cursor: pointer;
        align-items: center;
        display: flex;
        min-height: 72px;
    }
	.faq-accordion-head p {
        font-size: 22px;
        line-height: 28px;
        padding: 8px 24px;
        margin: initial;
    }
	.faq-accordion-head img {
        width: 24px;
        height: 24px;
        margin: 0 0 0px -8px;
    }
	.ir-symptoms {
        margin-top: 80px;
    }
    .ir-symptoms ul {
        flex-wrap: wrap;
    }
    .ir-symptoms ul li {
        width: 151px;
        flex-basis: 151px;
	}
	.ir-symptoms ul li:last-child p {
        padding: 0 18px;
    }
    .cholangiocarcinoma-gallbladder-cancer .end-page-callout {
        padding: 0;
    }

    .page-content.infusion-reactions h2 {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 0.52px;
    }
	.faq-accordion-content {
        padding: 0 64px 24px 24px;
    }

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

}

.page-content.infusion-reactions p {
    margin-bottom: 32px;
}

.page-content.infusion-reactions .ir-symptoms {
    margin-top: 32px;
}


@media screen and (min-width: 992px){
	.taking-imfinzi .banner-txt {
        top: 16px;
        right: 17px;
        left: inherit;
        bottom: inherit;
        width: 245px;
        text-align: right;
    }
    
}
