.upload-items {
    align-items: flex-start;
    display: flex;
    font-size: 14px;
    justify-content: flex-start;
    margin: 5em 0;
    text-align: center;
}
.upload-items .item {
    margin-right: 2em;
    max-width: 17.25em;
    height: auto;
}
.upload-items .item .item-img {
 width: 100%;
 cursor: pointer;
}

.tab-title {
    color: #FFD702;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 0.2em;
}
.tab-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 1em;
}
.tab-text {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
}
.app-steel-tabs-content {
    padding-left: 24px;
    position: relative;
    z-index: 1;
}
.sustainable-part {
    padding: 4.5em 0;
    background-color: #000000;
}
.sustainable-part .app-tabs {
    padding: 0;
}
.sustainable-part .mo-tabs__content::after {
    display: none;
}

.part-image {
    width: 52% !important;
}
.part-image-content {
    width: 48% !important;
    padding-left: 24px;
}
@media screen and (max-width: 1200px) {
    .tab-title {
        font-size: 26px;
    }
    .tab-subtitle {
        font-size: 18px;
    }
    .tab-text {
        font-size: 14px;
    }
    .app-steel-tabs-content  {
        padding-left: 0;
        padding-top: 16px;
    }
}
@media screen and (max-width: 800px) {
   .part-image, .part-image-content {
        padding: 0;
        width: 100% !important;
        z-index: 2;
    }
}
/* .part-three {
    display: none;
} */
.app-steel-new  {
    align-items: flex-start;
}
.mo-tabs__nav-item.mo-size-m {
    height: 58px !important;
}
.is-dark .app-steel-new {
    color: rgba(255, 255, 255, 0.8) !important;
}

.is-light .sustainable-part {
    background-color: #fff;
}


.is-light .tab-subtitle {
    color: rgba(0, 0, 0, 0.9);
}

.is-light .tab-text  {
    color: rgba(0, 0, 0, 0.8);
}

