.mt-creators-earnings-description,
.mt-creators-earnings-section-one-wrapper,
.mt-creators-earnings-title,
.mt-creators-earnings-column,
.mt-creators-earnings-section-two-column-title,
.mt-creators-earnings-section-two-column-subhead,
.mt-creators-earnings-section-two-wrapper,
.mt-creators-earnings-description li,
.creators-earnings-list,
.mt-creators-earnings-description-body {
    font-family: var(--mt-font);
    color: var(--mt-text-color);
    font-size: var(--mt-font-size);
}


/* SECTION ONE */
.mt-creators-earnings-section-one-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    gap: 50px;
}

.mt-creators-earnings-title {
    font-size: 35px;
    font-weight: 500;
    padding-top: 50px;
}

.mt-creators-earnings-two-column {
    display: flex;
    width: 100%;
    max-width: 1100px;
    align-items: stretch;
}

.mt-creators-earnings-column {
    flex: 1;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* IMAGE */
.mt-creators-earnings-column-image {
    width: 250px;
    height: auto;
    object-fit: contain;
}

.mt-creators-earnings-description {
    width: 80%;
    line-height: 1.5;
    align-items: left;
    text-align: left;
}


/* SECTION TWO */

/* TITLE */
.mt-creators-earnings-section-two-column-title {
    font-size: 40px;
    font-weight: 500;
}

/* SUBHEAD */
.mt-creators-earnings-section-two-column-subhead {
    line-height: 1.5;
    width: 70%;
    max-width: 100%;
}

.mt-creators-earnings-section-two-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    gap: 14px;
}

.mt-creators-earnings-description li {
    width: 100%;
    color: #000;
    line-height: 1.5;
}

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

.mt-creators-earnings-description-body {
    width: 90%;
    max-width: 100%;
    padding: 50px;
    margin: 0 0 0 5rem;
}

.mt-verifiedbrand-img {
    width: 280px;
    height: auto;
    object-fit: contain;
}