.more-info {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

.more-info__background {
    background-color: #f0eceb;
}

.more-info__content {
    background-color: #ffffff;
}

.more-info__content strong {
    color: #af007d;
}

.more-info ol {
    padding: 0;
    counter-reset: section;
    list-style: none;
}

.more-info li:before {
    counter-increment: section;
    content: counter(section) " •";
    color: #49b170;
    font-weight: 600;
    margin-right: 6px;
}

.more-info ol li:not(:last-child) {
    margin-bottom: 20px;
}