.ml-description-formatted {
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.ml-description-formatted h2 {
    margin: 28px 0 14px 0;
    line-height: 1.3;
}

.ml-description-formatted p {
    margin: 0 0 18px 0;
    line-height: 1.7;
}

.ml-description-formatted .ml-converted-list {
    margin: 0 0 24px 22px;
    padding: 0;
}

.ml-description-formatted .ml-converted-list li {
    margin: 0 0 8px 0;
    line-height: 1.6;
}

.ml-description-formatted .ml-converted-list li:last-child {
    margin-bottom: 0;
}

.ml-description-formatted img {
    max-width: 100% !important;
    height: auto !important;
}

@media (max-width: 767px) {
    .ml-description-formatted h2 {
        margin: 24px 0 12px 0;
    }

    .ml-description-formatted p {
        margin-bottom: 16px;
        line-height: 1.65;
    }

    .ml-description-formatted .ml-converted-list {
        margin: 0 0 20px 20px;
    }
}
