#desc ul{
	margin: 20px 0;
}
#desc li{
	margin-top: 0;
	margin-bottom: 0;
}
#desc p + h2{
	margin-top: 20px;
}
.a-tabs{
	margin-bottom: 40px;
}
#desc .a-tabs__content ul, #desc .accordeon__content ul{
	margin: 0;
}
#desc .a-tabs__content li, #desc .a-tabs__content p, #desc .accordeon__content li{
	margin-bottom: 10px;
}
#desc .a-tabs__content li, #desc .accordeon__content li{
	margin-left: 20px;
}
#desc .a-tabs__content li::before, #desc .accordeon__content li::before{
	content: '';
	content: '';
    background: url(/health/img/tab-arrow.svg);
    border: none;
    width: 18px;
    height: 18px;
    margin-bottom: -4px;
}
#diseases + p{
	margin-bottom: 20px;
}
.symp-specs{
	padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #DFE4EB;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
}
.symp-specs > a{
	background: #00AEEF;
    color: white;
    border-radius: 16px;
    padding: 16px 0;
    width: 31.93%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
@media (max-width: 767px){
	.symp-specs > a{
		width: 100%;
	}
}
body .disease-section__recording{
	border-radius: 24px;
    background: #EEF7FF;
    padding: 16px;
    justify-content: start;
    gap: 20px;
    margin: 40px 0;
}
body .disease-section__recording::after{
	display: none;
}
.disease-section__recording .action-meta{
	margin: 0;
	font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.disease-section__recording a{
	background: #00AEEF;
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 12px 24px;
}