
.mt-cc-ecosystem-column-title
.mt-cc-ecosystem-description-g li
.ecosystem-list
.mt-cc-ecosystem-description-g {
    font-family: var(--mt-font);
    color: var(--mt-text-color);
    font-size: var(--mt-font-size);
}

/* TITLE */
.mt-cc-ecosystem-column-title {
    font-size: 35px;
    font-weight: 500;
}

.mt-cc-ecosystem-description-g {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 0 0 5rem;
}

.mt-cc-ecosystem-description-g p,
.mt-cc-ecosystem-description-g li {
    width: 100%;
    line-height: 1.5;
}

.ecosystem-list {
    margin: 1rem 0 0 1rem;
    padding-left: 1.5rem;
    list-style-type: disc;
}

.mt-ecosystem-img {
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: contain;
    display: block;
}