/* Header Section - Specific overrides */
.aboutus-header-text {
    max-width: 600px;
    margin: 0 auto;
}

/* Sections */
.aboutus-section-3 {
    margin-bottom: 100px;
}

.aboutus-container .section-image {
    flex: 1;
}

.aboutus-container .section-image img {
    mix-blend-mode: screen;
}

/* Creators Section - Specific overrides */
.creator-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.creator-image {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: -20px;
}

.creator-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.creator-name {
    margin: 0 !important;
}

.creator-title {
    opacity: 0.8;
    margin-bottom: 0px !important;
}

/* Final CTA Section - Specific overrides */
.contact-section-text ul,
.contact-section-text ol {
    list-style-position: inside;
    padding: 0;
    margin: 15px 0 10px;
    font-family: 'DIN Light';
    font-size: 1rem;
}

.contact-section-text li {
    text-align: center;
}

@media (max-width: 1000px) {
    .creators-intro {
        text-align: center;
        max-width: 600px;
        margin: auto;
    }

    .creator-image {
        height: fit-content;
        aspect-ratio: unset;
    }

    .creator-image img {
        max-height: 350px;
        width: auto;
        aspect-ratio: 1 / 1;
    }

    .contact-section-text ul,
    .contact-section-text ol {
        font-size: 0.85rem;
        line-height: 1.2rem;
    }
}

@media (max-width: 800px) {
    .creator-image {
        margin-bottom: 0px;
    }

    .creator-image img {
        width: 100%;
        max-height: unset;
    }


    .contact-section-text {
        padding: 0px 20px;
    }

    .aboutus-section-3 {
        margin-bottom: 50px;
    }
}