.page-main__wrapper .page-heading__block:before,
.page-main__wrapper .page-heading__block:after {
    clear: both;
    display: table;
    content: '';
}

.page-heading__heading{
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 0.4px;
    color: #063A4C;
    margin: 80px 0 40px;
    text-align: center;
    padding: 0 15px;
}
.section-1{
    background-color: #ECFCFF;
}
.content-container{
    max-width: 940px;
    margin: auto;
    padding: 64px 0;
}
.section-1 .head{
    background-color: #063A4C;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
    padding: 9px 48px;
    text-align: center;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.column-container .flex{
    background-color: #327096;
    height: 238px;
    width: 469px;
    flex-direction: column;
    gap: 24px;
}
.plus-icon{
    position: absolute;
}
.column-container{
    gap: 2px;
}
.column-container .flex p{
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    color: #fff;
}
.section-1 .white-container {
    padding: 40px 45px 50px 45px;

}
.section-1 .white-container p {
	margin: 0;
}        
.section-1 .white-container p:first-child {
	margin: 0 0 13px 0;
}
.white-container p strong.fontW800{
    font-weight: 800;
}
.section-2{
    background-color: #063A4C;
}
a.journey-btn {
    width: 582px;
    height: 72px;
    background-color: #B8F0FF;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 24px 8px 24px;
    position: relative;
    margin: 0 auto;
    display: block;
    color: #091B34;
    border: 0;
    display:flex;
    text-align:center;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
}
a.journey-btn:hover {
    background-color: #A3E9FE;
}
a.journey-btn:hover img {
    transform: translateX(8px);
    transition: 150ms;
}
a.journey-btn:active {
    background: #A3E9FE;
    transition: transform 150ms;
    transform: scale(0.95);
    transform-origin: center;
}
a.journey-btn img {
    width: 24px;
    height: 24px;
    transition: 150ms;
}

.section-2 .flex p{
    font-size: 24px;
    font-weight: 425;
    line-height: 30px;
    letter-spacing: 0.24px;
    color: #fff;
}
.section-2 .flex{
    gap: 40px;
    margin-bottom: 40px;
    align-items: flex-start;
}
.section-2 .content-container{
    padding: 40px 0;
}
.section-2 button{
    width: 582px;
    height: 72px;
    background-color: #B8F0FF;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 50px 8px 24px;
    position: relative;
    margin: 0 auto;
    display: block;
    color: #091B34;
    border: 0;
}
.section-2 button:after{
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background-image: url('/content/dam/website-services/us/498-rwd-imfinzi-com/cholangiocarcinoma-gallbladder-cancer/global/btn-red-arrow.svg');
    position: absolute;
    right: 24px;
    top: 22px;
}
.bg-blue {
    background: #ecfcff;
}
.footnote-section{
    padding: 32px 0;
    margin: 0 auto;
    max-width: 1132px;
    width: 100%;
}
.footnote-section p{
    font-size: 14px;
    font-weight: 425;
    line-height: 20px;
}
.section-3{
    background-color: #B8F0FF;
}
.section-3 .sub-head{
    font-size: 30px;
    font-weight: 800;
    line-height: 38px;
    color: #063A4C;
    margin-bottom: 18px;
}
.section-3 .sub-head+p{
    font-weight: 400;
}
.section-3 .white-container{
    margin: 40px 0 0;
    background-color: transparent;
}
.section-3 .flex{
    padding: 25px 28px 25px 32px;
    gap: 32px;
    margin-bottom: 2px;
    background-color: #fff;
}
.section-3 .headline{
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 7px;
}

@media screen and (max-width: 991px) {
    h1.page-heading__heading {
        margin: 40px 0;
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 0.3px;
    }
    
    .content-container {
        padding: 32px 15px;
    }
    
    .section-1 .head {
        padding: 16px 30px;
        font-size: 24px;
        line-height: 30px;
    }
    .section-3 .sub-head+p {
        font-weight: 425;
    }
    .column-container.flex {
        flex-direction: column;
        position: relative;
    }
    .section-1 .column-container.flex .flex img {
        width: 120px;
    }
    .column-container .flex {
        width: 100%;
        padding: 32px 0 48px 0;
        height: auto;
    }
    
    img.plus-icon {
        top: 224px;
    }
    
    .column-container .flex:last-child {
        padding: 52px 0 32px 0;
    }

	.section-1 .white-container {
        padding: 24px 15px;
    }
    
    a.journey-btn {
        max-width: 360px;
        width: 100%;
        height: auto;
    }
    
    .footnote-section {
        padding: 32px 15px;
    }

	.section-3 .sub-head {
        font-size: 26px;
        font-style: normal;
        font-weight: 800;
        line-height: 32px;
        letter-spacing: 0.52px;
    }
    
    .section-3 .flex {
        align-items: flex-start;
        padding: 25px 31px 25px 32px;
    }

}

@media screen and (min-width: 991px) and (max-width: 1150px) { 
        
    .footnote-section {
        padding: 32px 15px;
       }

}

@media screen and (min-width:320px) and (max-width: 374px) {
        a.journey-btn {
            padding: 8px 15px;
        }

    }

