.webcontent h1,.webcontent h2,.webcontent h3,.webcontent h4,.webcontent h5,.webcontent h6{
font-weight: 700;
font-family: var(--font-family);
letter-spacing: 0;
line-height: 1.2;
margin-bottom: 0.5rem;    
}
.webcontent p, .webcontent p span, .webcontent span p, .webcontent p strong, .webcontent span, .webcontent ul li, .webcontent ul li a{
color: var(--color-content);
font-family: var(--font-family-content);
font-size: 1rem;
line-height: 1.4;
font-weight: 400;
/*white-space: pre-line;*/
margin-bottom: 0.5rem;
padding-bottom: 0rem;
}
.webcontent ul li strong, .webcontent p strong{
color: var(--color-content);
font-family: var(--font-family-content);
font-size: 1rem;
line-height: 1.4;
font-weight:600;
margin-bottom: 0.5rem;
padding-bottom: 0rem;    
}
.list li{
list-style-type:disc;
}
.webcontent .btn{
font-size:1.6rem;
}

.webcontent .btn-close:focus{
box-shadow:none;    
}