.descform {
font-size: 14px;
max-width: 80ch;
margin: auto;
}
.descform ul li::before, .descform ul li{
display: inline-flex;

}
.descform ul li::before {
content: '-';
font-weight: bolder;
margin-right: 1em;
}
.descform ul {
padding-left: inherit;
}
.descform p {
    margin-bottom: 1em;
}
.descform ul p {
margin-bottom: 0.5em;
}


@media screen and (max-width: 600px) {
iframe#pont-form {
    max-width: 90% !important;
}
}