.wysiwyg p {
color: #656C73;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 140%;
margin-bottom: 24px;
}
.wysiwyg h4 {
color: #171923;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 140%;
margin-bottom: 10px;
}
.wysiwyg ul {
list-style-type: disc;
list-style-position: inside;
padding-left: 8px;
margin-bottom: 24px;
}
.wysiwyg ul li {
font-size: 16px;
margin-bottom: 15px;
}
@media (max-width: 800px) {
.wysiwyg p {
font-size: 16px;
}
}