h1.page-heading1{
	font-size: 40px!important;
    font-style: normal;
    text-align:center;
    line-height: 50px!important; /* 125% */
    letter-spacing: 0.4px!important;
    padding:74px 0 28px;
    margin:0;
}
.patient-videos .community-cont {
    background-color: #114141;
    padding:64px 0;
    text-align: center;
}
p.sec-2-text{
    max-width:963px;
    margin:40px auto 0;
    color:#fff;
	font-size: 18px;
    line-height: 24px;
}
.bgkeppel{
	background-color:#EFFEFB;
}
.patient-videos .video-container {
    max-width: 765px;
    padding:64px 0;
}
a.imf-link{
	color: #058074!important;
}
a.imf-link:hover{
	color: #3671C1!important;
}
.patient-videos .video-head {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px; /* 125% */
    letter-spacing: 0.24px;
    color:#058074;
    margin:0;
}
.patient-videos p.video-copy {
	font-size: 18px;
    font-style: normal;
    font-weight: 425;
    line-height: 24px;
	margin:16px 0 32px;
}
.patient-videos button.transcript-btn {
	font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
	color:#058074;
    background: transparent; 
    border: none;
    padding: 0;
    margin: 0 3px 0;
    position: relative;                
}
.transcript-div.transcript-div1.open a {
    color: #058074;
}
.transcript-div.transcript-div1.open a:hover {
    color: #3671C1;
}
p.voice {
    width: 113px;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
}
p.voice-copy{
    width: 640px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.2px;
}
.patient-videos .trans-text {
    margin: 12px 0 0px;
    display: flex;
    gap: 24px;
}
.patient-videos .end-page-callout a.green-btn {
    max-width: fit-content;
    padding: 8px 65px 8px 24px;
	background-position: 85% center;
}
.end-page-callout a.green-btn:hover {
    background-color: #DFF068;
    background-position: 87% center;
    transition: 150ms;
}
.end-page-callout a.green-btn:focus{
	scale:95%;
    text-decoration:none;
}
.transcript-div.transcript-div1.closed{
	display:none;
}
img.playbutton{
	top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.thumbnail {
	border:0;
    border-radius:0;
    background: transparent;
}
.patient-videos .video-box, .patient-videos .video-box .embed-container.imfinzi-video {
    margin-bottom: 7px;
}
.patient-videos button.transcript-btn:after {
    content: url(/content/dam/website-services/us/498-rwd-imfinzi-com/uhcc/uhcc-himalaya/up_arrow.svg);
    position: absolute;
    right: -28px;
    transform: rotate(180deg);
}

.patient-videos button.transcript-btn.open:after {
    transform: rotate(0deg);
}

.patient-videos ul.voice-copy-list {
    font-size: 18px;
    line-height: 24px;
}

@media screen and (min-width: 992px) {

    .desktop-only{
		display: inline-block;
     }

}

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

    .mobile-only{
		display: inline-block;
     }

     h1.page-heading1 {
        font-size: 30px !important;
        font-style: normal;
        text-align: center;
        line-height: 34px!important;
        letter-spacing: 0.3px !important;
        padding: 40px 15px;
        margin: 0;
    }
    .patient-videos .community-cont {
        padding: 64px 15px;
    }
    .patient-videos .video-container {
        padding: 64px 15px
    }
    .patient-videos .end-page-callout {
        padding: 40px 15px;
    }
 	img.playbutton {
		width: 64px;
    	height: 64px;
    	top: 59%;
    	left: 48%;
    }
    .patient-videos .video-box{
        margin-bottom: 48px;
    	font-family: 'Filson Pro';
        margin: 26px 0 0 0;
	 }	
	 p.voice-copy{
		max-width:100%;
    }
    .patient-videos p.video-copy{
        margin: 3px 0 24px;
        text-align: left;
    }
    .thumbnail{
        padding:0;
    }
    .patient-videos button.transcript-btn{
        margin: 16px 0 0;
    }
    p.voice{
        width: 315px;
    }
    p.voice-copy {
        max-width: 241px;
    }
	.voice-copy-col>p,.voice-copy-col>ul{
		    padding-right: 15px;
	}

    ul.voice-copy-list.II-stage-list.round-bullet {
        padding-right: 5px;
    }

}