.content-container{
    max-width: 938px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: content-box;
}
.section-1 h1{
    color: #354D4E;
    font-size: 40px;
    font-weight: 800;
    line-height: 50px; 
    letter-spacing: 0.4px;
    padding: 40px 0;
    margin: 0;
    text-align: center;
    text-box: trim-both cap alphabetic;
}
.green-container{
    background-color: #6D0020;
    padding: 50px 0;
}
.green-container p{
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    text-box: trim-both cap alphabetic;
}
.cream-container{
    background-color: #FFEAE3;
    padding: 64px 0;
}
.cream-container .sub-head{
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    padding-bottom: 40px;
    text-align: center;
    color: #354d4e;
}
.flex{
    display: flex;
    gap: 32px;
    justify-content: center;
}
.section-2{
    background-color: #FFF2EE;
    padding: 64px 0;
}
.container-1132{
    max-width: 1134px;
    margin: auto;
}
.section-2 .heading{
    font-size: 30px;
    font-weight: 800;
    line-height: 38px;
    color: #354D4E;
    text-align: center;
    margin-bottom: 13px;
}
.section-2 p{
    color: #354D4E;
}
.treatment-box>div>div{
    background-color: #fff;
    /*height: 470px;
    height: 494px;*/
    height: 563px;
}
.treatment-box>div{
    position: relative;
}
.pre-box{
    width: 357px;
    min-width: 357px;
    margin-right: 2px;
}
.surgery{
    width: 314px;
    min-width: 314px;
    margin-right: 2px;
}
.post-box{
    width: 458px;
    min-width: 458px;
}
.treatment-box{
    display: flex;
    margin: 32px auto 60px;
    margin-top: 0;
}
.treatment-box>div .arrow-icon{
    position: absolute;
    top: 0;
    margin: 0px!important;
    right: -13px;
    z-index: 9;
    top: 10px;
}
.treatment-box .box-head{
    font-weight: 800;
    color: #fff;
    padding: 10px 25px;
    background-color: #233334;
    text-align: center;
}

.imfinzi-treatment-journey .section-2 .bottom-fn {
    padding: 32px 15px;
}

.imfinzi-treatment-journey  .bottom-fn p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    left: 7px;
    text-box: trim-both cap alphabetic;
}

.imfinzi-treatment-journey  .treatment-box {
    margin-bottom: 0;
}

.surgery .box-head{
    background-color: #354D4E;
}
.post-box .box-head{
    background-color: #576B6C;
}
.treatment-box>div>div img{
    margin: 32px auto;
    display: block;
    max-width: 335px;
}
.treatment-box ul{
    margin: 0;
    padding: 0px 18px 0 32px;
}
.treatment-box ul li{
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}
.treatment-box ul li b {
    font-weight: 800;
}

.treatment-box .surgery img{
    margin: 54px auto;
}
.treatment-box .post-box img{
    margin: 30px auto;
    max-width: 429px;
}
.treatment-box ul li{
	list-style-type: none;
	position: relative;
}
.treatment-box ul li:before{
	background-color: #FFBFAC;
	width: 6px;
	height: 6px;
	display: block;
	content: '';
	position: absolute;
	border-radius: 27px;
	left: -13px;
	top: 5px;
}
.treatment-box>div>div>ul:nth-child(3) {
    height: 110px;
    border-bottom: 2px solid #FFF2EE;
    margin-bottom: 24px;
}
.popup-container{
	display: none;
}
.popup-container.show{
	display: block;
    position: relative;
}    
.popup-container .backdrop{
    background: rgba(0, 0, 0, 0.76);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 12;
        top: 0;
    left: 0;
}
.popup-container .treatment-box.popup{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	z-index: 13;
	padding: 56px 98px 86px 98px;
}
.bottom-fn.imf-treat-fn.ft-popup {
    width: 100%;
    position: absolute;
    z-index: 9;
    bottom: 0;
}
body.overflow-hidden{
	overflow: hidden;
}
.treatment-box .close-icon{
	position: absolute;
	top: 13px;
    right: 16px;
    cursor: pointer;
}

.tab-container {
    margin-top: 13px;
    display: flex;
    position: relative;
    gap: 16px;
}
.tab-head p, button.tab-head {
    color: #354D4E;
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    background-color: #FFDFD6;
    border: none;
    height: 63px;
    width: 366px;
}
.tab-container .tab-content {
    display: none;
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
}
.tab-container .active .tab-head {
    background-color: #fff;
    color: #354D4E;
}
.tab-container>div.active .tab-content{
	display: block;
}
.pre-surgery{
	height: 778px;
}
.pre-surgery .tab-content{
	padding: 60px 98px 40px 90px;
}
.tab-content .sub-head{
	font-size: 24px;
	font-weight: 800;
	line-height: 30px; 
	letter-spacing: 0.24px;
}

p.sub-head.nutrition-head {
    margin-top: 0 !important;
    margin-bottom: 13px;
}

.surgery-box.active .tab-content .sub-head {
    margin-top: 13px;
}
.tab-content .flex{
	display: flex;
	align-items: flex-start;
	gap: 24px;
	justify-content: flex-start;
}
.pre-surgery .box-1{
	padding: 24px 0 25px;
	border-bottom: 1px solid #BCC4C4;
	margin-bottom: 42px;
}
.tab-content .box-2{
	padding: 30px 0 32px 0;
}
.tab-content .box-2>div:first-child{
	margin-bottom: 40px;
}
.tab-content .flex.inner{
	flex-direction: column;
	gap: 5px;
}
.flex.care-team img {
    height: 134px;
    width: 200px;
}
.flex.side-effect img {
    height: 134px;
    width: 234px;
    object-fit: contain;
}
.tab-content p.inner-head{
	font-size: 22px;
	font-weight: 800;
	color: #354D4E!important;
}
.tab-content .box-2 p,.tab-content .box-1 p{
	color: #333;
}
.tab-content button{
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	background-color: #FF595A;
	color: #fff;
	border: 0;
	padding: 13px 64px 13px 24px;
	background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/right-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 26px center;
	margin-top: 2px;
    transition: linear 0.15s;
}
.tab-content .side-effect button{
	background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/download.svg);
	background-repeat: no-repeat;
	background-position: right 26px center;
	margin-top: 1px;
    transition: none;
}
.surgery-box{
}
.surgery-box .tab-content{
	padding: 40px 32px;
}
.surgery-box .box-1{
	padding: 15px 0 32px;
	border-bottom: 1px solid #BCC4C4;
	margin-bottom: 20px;
}
.surgery-box p{
	color: #354D4E;
	font-size: 22px;
	line-height: 30px;
}
ul.tab-list{
	padding-left: 52px;
	margin-bottom: 0;
	margin-top: 7px;
}
ul.tab-list li{
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 5px;
}
ul.tab-list li::marker {
    color: #FF595A;
}
ul.tab-list li strong {
    font-weight: 800;
}
.surgery-box .box-2{
	padding: 20px 0 0px 0;
}

.surgery-box .tab-content .box-1 p {
    color: #354D4E;
}

.post-surgery .tab-content{
	padding: 32px 24px;
}
.post-surgery .box-1{
	padding: 30px 0 20px;
	border-bottom: 1px solid #BCC4C4;
	margin-bottom: 20px;
}
.post-surgery .sub-head{
	color: #354D4E!important;
}
.post-surgery .box-1 p{
	margin-bottom: 15px;
}
.post-surgery .box-2{
	padding: 20px 0 0 0;
}
.surgery-box .eating-tips button{
	/*background-position: 250px 17px;*/
}
.surgery-box .weight-tips button{
	/*background-position: 404px 19px;*/
}
.post-surgery .patient-stories button{
	background-position: 223px 18px;
}
.post-surgery .mental-health button{
	background-position: 340px 18px;
}

a.btn-tips {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    background-color: #FF595A;
    color: #fff;
    border: 0;
    padding: 13px 64px 13px 24px;
    background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 206px 18px;
    margin-top: 2px;
    cursor: pointer;
}
a.btn-tips:hover{
    background: #FF9091;
    color: #354D4E;
    transition: linear 0.15s;
    background-position: 216px 18px;
    background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/right-arrow.svg);
    background-repeat: no-repeat;
}


.tab-content .box-2>div{
	position: relative;
}
.tab-content .box-2>div:before,.tab-content .box-2>div:after{
	content: '';
	position: absolute;
	width: 42px;
	height: 169px;
	border: 10px solid #F307F8;
	border-right: 0;
	left: -16px;
	top: -20px;
    display:none;
}
.tab-content .box-2>div:after{
	border-left: 0;
	border-right: 10px solid #F307F8;
	left: auto;
	right: -14px;
    display:none;
}
.tab-content button:hover{
	background: #FF9091;
	color: #354D4E;
	transition: linear 0.15s;
	/*background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/right-arrow.svg);*/
    background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/imf-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 16px center;
}
.tab-content .side-effect button:hover{
	background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/download.svg);
	background-position: 206px 12px;
}
.surgery-box .eating-tips button:hover{
	/*background-position: 258px 17px;*/
}
.surgery-box .weight-tips button:hover {
   /* background-position: 412px 19px;*/
}
.post-surgery .patient-stories button:hover{
    background-position: 231px 18px;
}
.post-surgery .mental-health button:hover {
    background-position: 348px 18px;
}
.treatment-box.popup>div>div>ul:nth-child(3){
	/*border-bottom:0;*/
}

.treatment-box>div>div>ul:nth-child(3) {
    /*height: 124px;*/
    height: 175px;
    border-bottom: 16px solid #FFF2EE;
}
.treatment-box>div>div>ul.ul-ht {
    height: 176px;
}
.bottom-fn.imf-treat-fn>p:last-child {
    margin-top: 10px;
}

/****section 3*******/

.section-3{
	padding: 64px 0;
}
.section-3 .box-1{
	padding: 40px 15px;
	margin-bottom: 56px;
	position: relative;
}
.section-3 .flex.inner{
	flex-direction: column;
	gap: 0;
	justify-content: flex-start;
}
.section-3 .inner .head{
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 20px;
	color: #354D4E;
}
.section-3 .box-1 button{
	height: 62px;
	background-color: #FF595A;
	margin-top: 30px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #fff;
	border: 0;
	padding: 8px 25px 8px 24px;
	text-align: left;
	background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/right-arrow.svg);
	background-position: 520px 18px;
	background-repeat: no-repeat;
	width: 562px;
}
.section-3 .box-2>div{
	background-color: #FFEAE3;
	width: 453px;
	height: 243px;
	padding: 35px 24px 40px;
	gap: 16px;
	position: relative;
	align-items: flex-start;
}
.section-3 .box-2>div img{
	width: 60px;
	margin-top: 5px;
}
.section-3 .box-2 p{
	font-size: 24px;
	font-weight: 800;
	line-height: 30px;
	letter-spacing: 0.24px;
	margin: 0 0 20px 0;
	color: #354D4E;
}
.section-3 .box-2>div:first-child p{
	padding-right: 23px;
}
.section-3 .box-2 button{
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #354D4E;
	background: transparent;
	border: 0;
	border-bottom: 4px solid #FF595A;
	padding: 0 40px 5px 0;
	background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/imf-arrow-red.svg);
	background-repeat: no-repeat;
	background-position: 225px 0;
}
.section-3 .box-2>div:last-child button{
	background-position: 175px 0;
}
.section-3 .box-1:before,.section-3 .box-1:after{
	content: '';
	position: absolute;
	width: 42px;
	height: 311px;
	border: 10px solid #F307F8;
	border-right: 0;
	left: -16px;
	top: 0;
    display:none;
}
.section-3 .box-1:after{
	border-left: 0;
	border-right: 10px solid #F307F8;
	left: auto;
	right: -14px;
    display:none;
}
.section-3 .box-2>div:before,.section-3 .box-2>div:after{
	content: '';
	position: absolute;
	width: 25px;
	height: 285px;
	border: 10px solid #F307F8;
	border-right: 0;
	left: -16px;
	top: -16px;
    display:none;
}
.section-3 .box-2>div:after{
	border-left: 0;
	border-right: 10px solid #F307F8;
	left: auto;
	right: -14px;
    display:none;
}
a.orange-btn{
    height: 50px;
}
.section-3 .box-1 button:hover{
	background: #FF9091;
    color: #354D4E;
    transition: linear 0.15s;
    background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 528px 18px;
}

.tab-content button a,
.section-3 .box-1 button a{
    color: #fff;
}

.tab-content button:hover a,
.section-3 .box-1 button:hover a{
	color: #354D4E;
}

.section-3 .box-2 button a {
    color: #354D4E;
}

.section-3 .box-2 button {
    transition: all 0.15s ease;
}

.section-3 .box-2 button:hover a {
    color: #233334;
}

.tab-content .side-effect button:hover{
	background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/download-hover-img.png);
	background-size: 24px;
    background-position: right 26px center;
    transition: none;
}
/****section 3*******/

.bottom-fn {
    padding: 28px 15px 27px;
}

.bottom-fn p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    left: 7px;
}

.fn-symbol {
    margin-left: -6px;
}

.mental-health p.inner-head + p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.tab-content .box-2 .flex.mental-health {
    margin-bottom: 0;
}

img.mental-health-logo  {
    max-width: 200px;
}

.surgery-box .flex > .flex.inner > p:nth-child(2) {
    color: #354D4E;
}

.post-surgery .tab-content .box-1 p b,
.post-surgery .tab-content .box-1 p strong{
    font-weight: 800;
}

.imfinzi-treatment-journey .section-3 .box-2>div:nth-child(1) button {
    background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/red-download-icon.svg);
}

.imfinzi-treatment-journey .section-3 .box-2>div:nth-child(2) button {
    background-image: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/right-arrow.svg);
    background-size: 24px 24px;
}

.imfinzi-treatment-journey .section-3 .flex.box-1 > img {
    max-width: 160px;
}

.imfinzi-treatment-journey .section-3 .box-1 a.orange-btn {
    width: fit-content;
    margin-top: 30px;
    padding: 8px 24px;
}

.surgery-box .box-2 > .flex > img {
    max-width: 200px;
    height: auto;
}
.flex.eating-tips {
    align-items: center;
}

.pre-surgery .care-team--left {
    width: 200px;
    text-align: center;
}

.pre-surgery .flex.care-team .care-team--left img {
    width: 120px;
    height: auto;
}

.imfinzi-treatment-journey .section-3 .flex.box-1 > img {
    max-width: 100%;
    width: 232px;
}

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

	.mobile-only{
		display: none;
	}
	.container-1132 .treatment-box{
		cursor: pointer;
	}

    .tab-content button:active, .tab-content .side-effect button:active {
        transform: scale(0.95);
        transition: transform 0.15s linear;
    }

    .section-3 .box-2 button:hover {
        background-position: 232px 0;
        padding-right: 48px;
    }
    
    .section-3 .box-2>div:last-child button:hover{
        background-position: 183px 0;
        padding-right: 48px;
    }

	.bottom-fn {
        max-width: 1144px;
        margin: auto;
        padding-inline: 0;
    }

    .surgery-box .box-2 > .flex > .flex.inner {
        position: relative;
        top: 8px
    }

    .imfinzi-treatment-journey .section-3 .flex.box-1 > img {
        position: relative;
        top: -35px;
    }

    .treatment-box>div.pre-box>div>ul:nth-child(3) {
        height: 174px;
    }

}



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

    .mobile-only{
		display: block;
		/* padding: 0 20px; */
	}        
	.container-1132 .treatment-box{
		overflow: scroll;
		padding: 20px 19px 16px;
		background-color: #fff;
		width: 104%;
		margin: 20px auto 16px;
		padding: 0;
	}
	.scroll-section p{
		font-size: 16px;
		font-weight: 500;
		line-height: 13.978px;
		padding: 17px 0 40px;
		text-align: center;
        color: #333;
	}
	.section-2 .container-1132{
	padding: 0 15px;
	}
	.hscroll-bar {
        margin-top: 20px;
        overflow: auto;
        white-space: nowrap;
        transform: rotate(180deg);
        margin-bottom: 10px;
        border: 1px solid #a5a9a5;
        margin: 0 20px;
    }
	    .hscroll-thumb {
        background: #ffffff;
        height: 9px;
        position: relative;
    }
	    .hscroll-thumb span {
        position: absolute;
        height: 9px;
        background: #a5a9a5;
    }
	.section-1 h1{
		font-size: 30px;
        line-height: 34px;
    	color: #2C4041;
    }
    .green-container {
    	padding: 32px 0;
	}
	.tab-head p, button.tab-head{
		width: 109px;
		padding: 19px 16px;
		height: 85px;
		font-size: 18px;
		line-height: 24px;
		text-align: left;
	}
	.flex{
		flex-direction: column;
	}
	.section-3 .box-1 button{
		width: 312px;
		height: 88px;
		margin: 30px auto 0;
		text-align: center;
		padding: 8px 74px 8px 24px;
		background-position: 255px 35px;
	}
    .section-3 .box-1 button:hover{
        background-position: 93% 36px;
	}
	.section-3 .box-2>div{
		width: auto;
		height: 269px;
	}
	.green-container p{
		text-align: center;
	}
	.section-2{
		padding: 40px 0;
	}
	.section-2 .heading{
		font-size: 26px;
		line-height: 32px;
	}
	.section-2 .heading+p{
		text-align: center;
	}
	.pre-surgery .tab-content,.surgery-box .tab-content {
	    padding: 32px 24px;
	}
	.pre-surgery .box-1{
		padding: 24px 0 40px;
		margin-bottom: 20px;
	}
    .pre-surgery.active .box-1 img {
        display: none;
    }
	.pre-surgery .tab-content>.sub-head:first-child,.surgery-box .tab-content>.sub-head:first-child{
		margin-top: 36px;
	}
	.pre-surgery {
	   height: 1437px;
	}
    .pre-surgery.active {
        height: 1323px;
    }
	.tab-content .box-2{
	    padding: 20px 0 0px 0;
	}
	.tab-content .box-2>div:first-child {
	    margin-bottom: 56px;
	}
	.tab-content .box-2 img{
		width: 312px;
		height: 134px;
	}
    .flex.eating-tips {
        align-items: flex-start;
    }
	.tab-content .box-2 .flex{
		gap: 28px;
	}
	.tab-content .flex.inner{
		gap: 8px;
	}
	.tab-content button{
		width: 312px;
		background-position: 265px 19px;
	}

    .tab-content .care-team button:hover {
        background-position: 272px 15px;
    }
	.tab-content p.inner-head,.post-surgery .tab-content .box-1 p.sub-head{
		color: #354D4E;
	}
	.tab-content .side-effect button,
	.tab-content .side-effect button:hover {
		background-position: 238px 12px;
	}
	.post-surgery .box-1{
		padding: 35px 0 20px;
	}
	.surgery-box .box-1{
		padding: 15px 5px 32px 0;
	}
	.surgery-box .box-1 ul.tab-list{
		padding-right: 13px;
	}
	.surgery-box .eating-tips button {
	    background-position: 255px 18px;
	}
	.surgery-box .weight-tips button {
	    background-position: 250px 30px;
	}

    .surgery-box .weight-tips button:hover {
        background-position: 258px 30px;
    }
	.post-surgery .patient-stories button {
	    background-position: 245px 18px;
	}
	.post-surgery .mental-health button {
	    background-position: 245px 28px;
	    padding: 13px 80px 13px 45px;
	}
	.section-3 .box-1{
		padding: 0;
	}
	.section-3 .box-1 img:not(.orange-arrow){
		width: 197px;
		margin: auto;
	}
	.section-3 .inner .head{
		line-height: 38px;
	}
	.section-3 .box-2>div.flex{
		flex-direction: row;
        height: 297px;
	}
    .section-3 .box-2>div.flex:last-child {
        height: 275px;
    }
	.section-3 .box-2>div:first-child p{
		padding-right: 0;
	}
	.section-3 .box-2 button{
		text-align: left;
		padding: 0 0 5px 0;
		margin-right: 66px;
		background-position: 142px 12px;
	}
	.section-3 .box-2>div:last-child button{
		margin-right: 0;
		padding-right: 42px;
	}
	.section-3 .box-1:before, .section-3 .box-1:after{
		height: 676px;
    }
    .section-3 .box-2>div:before, .section-3 .box-2>div:after{
		height: 300px;
        top: -10px;
    	width: 42px;
  	}
    .treatment-box>div>div {
        /*height: 440px;*/
    	height: auto;
    }
	.treatment-box>div>div>ul:nth-child(3) {
        height: 160px;
        /*border-bottom: 2px solid #FFF2EE;*/
    }

    .tab-content .box-2>div:before, .tab-content .box-2>div:after {
        height: calc(100% + 37px);
    }

    .post-surgery .tab-content .box-1 p:nth-child(2) {
        width: 101%;
    }
    
    .post-surgery .tab-content .box-1 p:nth-child(3) {
        width: 102%;
    }

    .mental-health a.btn-tips {
        width: 312px;
        text-align: center;
        background-position: 235px 17px;
    }
    
    .mental-health a.btn-tips:hover {
        background-position: 243px 17px;
    }

    .section-3 .box-1 .flex.inner {
        padding: 0 21px;
    }
    
    .section-3 .box-1:before, .section-3 .box-1:after {
        height: 705px;
    }
    
    .section-3 .box-1:before,
    .section-3 .box-2>div:before {
        left: 0px;
    }
    
    .section-3 .box-1:after,
    .section-3 .box-2>div:after {
        right: 0px;
    }
    
    .tab-content .box-2>div:before {
        left: -24px;
    }
    
    .tab-content .box-2>div:after {
        right: -24px;
    }

    .section-3 .box-1 a.orange-btn {
        height: auto;
    }

    .imfinzi-treatment-journey .section-3 .box-2>div:nth-child(1) button {
        width: 170px;
    }

    .pre-surgery .care-team--left {
        width: 100%;
    }

    .treatment-box>div.pre-box>div>ul:nth-child(3) {
        height: 159px;
    }

    .treatment-box>div.post-box>div>ul:nth-child(3) {
        height: 161px;
    }

}
