/* about endometrial CSS */

.banner-container-about {
    height: 364px;
    background: #07729B;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: url('/content/dam/website-services/us/498-rwd-imfinzi-com/endometrial-cancer/desktop/AboutEndoHeroBgDesk.jpg');
	background-repeat: no-repeat;
    background-size: cover;
}
.banner-container-about p,
.banner-container-about .head-one {
    color: #FFF;
    font-family: "solex";
    font-size: 63px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    width: 1106px;
    margin: 0 auto;
    padding: 0 0 0 35px;
}

.banner-container-about p u,
.banner-container-about .head-one u{
    text-decoration: none;
    border-bottom: 4px solid #AA182C;
}
.block-what-is-endometrial{
    text-align: center;
    max-width: 744px;
    margin: 0 auto;
}
.block-what-is-endometrial h2{
    font-family: "solex";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #07729B;
    margin: 32px 0;
}
.block-what-is-endometrial p{
    font-family: "din-2014";
    font-size: 20px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 28px;
    color: #555555;
    margin-bottom: 20px;
}
.block-what-is-endometrial p strong{
    color: #555555;
}
.block-what-does-it-mean{
    max-width: 1106px;
    margin: 0 auto;
    background-color: #F8F8F8;
}
.block-what-does-it-mean h3,
.block-what-does-it-mean h2 {
    text-align: center;
    background: #193866;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    color: #ffffff;
    padding: 19px 0;
    border-radius: 5px 30px 0px 0px;
    font-family: "solex";
        margin-top: 68px;
}
.block-what-does-it-mean-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 63px;
}
.block-what-does-it-mean-inner .content {
    /* padding-left: 41px; */
    flex-basis: 45%;
}
.block-what-does-it-mean-inner img {
    max-width: 490px;
    width: 100%;
}
.block-what-does-it-mean-inner p {
    font-family: "din-2014";
    font-size: 20px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 28px;
    color: #555555;
}

.block-biomarker-testing{
    margin-top: 90px;
    margin-bottom: 60px;
}
.block-biomarker-testing h3,
.block-biomarker-testing h2 {
    font-family: "solex";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #07729B;
    margin-bottom: 23px;
}
.block-biomarker-testing-inner {
    max-width: 1106px;
    margin: 0 auto;
    padding: 46px 50px 32px 50px;
    background-color: #F7E9EA;
    position: relative;
    border-radius: 5px 30px 5px 5px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.block-biomarker-testing-inner .content {
    flex-basis: 82.5%;
}
.block-biomarker-testing-inner .content p {
    font-family: "din-2014";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #555555;
    margin-bottom: 30px;
}
.block-biomarker-testing-inner .content p:last-child {
    margin-bottom: 0;
}
/*.about-endometrial-cancer .end-page-callout {
    background-color: #07729B;
    height: auto;
}
.about-endometrial-cancer .end-callout-wrap .teal-btn {
    padding: 12px 20px;
    border-radius: 8px;
    background: #E6F1F5;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    font-family: "DIN-2014";
    margin-right: 7px;
}
.about-endometrial-cancer .end-callout-wrap .teal-btn span:after {
    content: url(/content/dam/website-services/us/498-rwd-imfinzi-com/endometrial-cancer/global-assets/arrow.png);
    position: relative;
    top: 4px;
    margin-left: 3px;
}
.about-endometrial-cancer .end-callout-wrap {
    align-items: center;
    padding: 27px 10px;
}*/
.about-endometrial-cancer .banner-container-about .fpo {
    font-weight: 600;
    color: #FA00FF;
    font-size: 150px;
    position: absolute;
    top: 21%;
    left: 41%;
    transform: rotate(344deg);
}
.global-fnote {
    margin: 0 0 28px 0;
}

@media screen and (max-width: 991px) {
    .about-endometrial-cancer .banner-container-about .fpo {
        font-size: 70px;
        /* top: 27%; */
        left: 32%;
    }
    .about-endometrial-cancer .banner-container-about{
        height: 175px;
		background-image: url("/content/dam/website-services/us/498-rwd-imfinzi-com/endometrial-cancer/mobile/AboutEndoHeroBgMob.png");
    }
    .block-what-is-endometrial h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 26px;
    }
    .block-what-does-it-mean h3,
    .block-what-does-it-mean h2{
        font-size: 28px;
        line-height: 38px;
        padding: 15px 20px;
        font-family: 'din-2014';
        margin: 0;
    }
    .block-what-is-endometrial p{
        margin-bottom: 4px;
    }
    .block-what-does-it-mean{
        padding: 0px 0px 20px;
        border: 16px solid #fff;
        border-radius: 0px 0px 5px 48px;
    }
    .block-what-does-it-mean-inner{
        flex-direction: column;
        padding: 40px 0px 0px;
    }
    .block-what-does-it-mean-inner img {
        max-width: 308px;
    }
    .block-what-is-endometrial{
        padding: 0 12px;
    }
    .block-what-does-it-mean-inner p {
        text-align: center;
    }
    .block-what-does-it-mean-inner .content {
        flex-basis: 100%;
        margin-top: 22px;
    	padding: 0 30px 0 15px;
    }
    .block-biomarker-testing {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .block-biomarker-testing h3,
    .block-biomarker-testing h2{
        margin-bottom: 22px;
        padding: 0 16px;
    }
    .block-biomarker-testing-inner {
        flex-direction: column;
        align-items: center;
        padding: 21px 16px 48px;
        text-align: center;
        border: 16px solid #fff;
        border-radius: 21px 45px 21px 21px;
    }
    .block-biomarker-testing-inner .content {
        flex-basis: 100%;
        margin-top: 18px;
    }
    /*.about-endometrial-cancer .end-callout-wrap {
        padding: 0;
    }
    .about-endometrial-cancer .end-page-callout {
        padding: 17px 10px 45px;
    }
    .about-endometrial-cancer .end-page-callout h5{
        margin-bottom: 30px;
        font-size: 36px;
        line-height: normal;
    }*/
	.block-biomarker-testing-inner .content>p:nth-child(1){
		margin-bottom: 18px;
        }
	.about-endometrial-cancer .block-what-is-endometrial h2+p{
        	margin-bottom: 14px;
        }

}

@media screen and (min-width: 992px){
    .block-what-is-endometrial h2{
    	margin-bottom: 24px;
	}
}                