.contributor-pic {
    height: 150px;
    width: auto;
    max-width: 150px;
    border-radius: 20px;
    object-fit: scale-down;
}

.section-card .card-title {
    margin-top: 20px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
    line-height: 31.5px;
    margin-top: 10px;
}

.heading-doc {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 10px;
}

.contributor-detail {
    margin-top: 10px;
}

.h-100 {
    height: 100%;
}

.section-with-filter {
    display: flex;
    justify-content: space-between;
}

.section-with-filter .filter-section {
    width: 25%;
    padding: 20px;
}

.section-with-filter .contributor-section {
    width: 75%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: inherit;
}

#contributor-grid {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}

.contributor-section .section-card-contributor {
    width: 31% !important;
    margin-bottom: 20px;
    height: fit-content;
}

.contributor-section-without-filter .section-card-contributor {
    width: 24% !important;
    margin-bottom: 20px;
    height: fit-content;
}

.p-0 {
    padding: 0 !important;
}

/* START V2 CONTRIBUTOR STYLES */

/* CARD */

.card-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 15px 0px;
    width: 100%;
    justify-content: flex-start;
}

.contributor-card {
    height: 450px;
    position: relative;
    border-radius: 20px;
    width: 32% !important;
    color: #000;
    background: #F4F4F4;
    padding: 20px;
    cursor: pointer;
}

.contributor-card:hover {
    background: white !important;
    box-shadow: rgba(149, 157, 165, 1.2) 0px 8px 24px;
}

.contributor-card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
    min-height: calc(1.3em * 2);
    max-height: calc(1.3em * 2);
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    font-weight: 600;
    font-size: 24px;
    color: black;
    font-family: Poppins;
    margin-top: 10px;
}

.contributor-name {
    display: -webkit-box;
    /* multi-line clamp */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.25;
    min-height: calc(1.25em * 2);
    max-height: calc(1.25em * 2);
    white-space: normal;
    word-break: break-word;
}

.contributor-category {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
    min-height: calc(1.4em * 2);
    max-height: calc(1.4em * 2);
    white-space: normal;
    word-break: break-word;
}

.contributor-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 1.4;
    min-height: calc(1.4em * 4);
    max-height: calc(1.4em * 4);
    white-space: normal;
    word-break: break-word;
}

/* LIST */

.list-card-container {
    display: flex;
    gap: 15px;
    flex-direction: column;
    padding: 15px 0px;
    width: 100%;
    justify-content: flex-start;
}

.contributor-list-card {
    align-items: center;
    background: #F4F4F4;
    border-radius: 20px;
    color: #000;
    cursor: pointer;
    display: flex;
    gap: 15px;
    height: 200px;
    padding: 20px;
    position: relative;
    width: 100%;
}

.contributor-list-card:hover {
    background: white !important;
    box-shadow: rgba(149, 157, 165, 1.2) 0px 8px 24px;
}

.contributor-list-card-details {}

.contributor-list-card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.25;
    min-height: calc(1.25em * 1);
    max-height: calc(1.25em * 1);
    white-space: normal;
    word-break: break-word;
    font-weight: 600;
    font-size: 24px;
    color: black;
    font-family: Poppins;
    margin-top: 10px;
}

.contributor-list-card-category {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.4;
    min-height: calc(1.4em * 1);
    max-height: calc(1.4em * 1);
    white-space: normal;
    word-break: break-word;
}

.contributor-list-card-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
    min-height: calc(1.4em * 2);
    max-height: calc(1.4em * 2);
    white-space: normal;
    word-break: break-word;
}

/* END V2 CONTRIBUTOR STYLES */

@media screen and (max-width: 1200px) {
    .section-with-filter .filter-section {
        width: 20%;
        padding: 20px;
    }

    .section-with-filter .contributor-section {
        width: 80%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #contributor-grid {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .contributor-section-without-filter .section-card-contributor {
        width: 33% !important;
        margin-bottom: 20px;
        height: fit-content;
    }

    .main-heading h1 {
        font-size: 80px !important;
        line-height: 80px !important;
    }
}

@media screen and (max-width: 992px) {
    .contributor-section .section-card-contributor {
        width: 47% !important;
    }

    .main-heading h1 {
        font-size: 70px !important;
        line-height: 70px !important;
    }
}

@media screen and (max-width: 768px) {
    .section-with-filter .filter-section {
        width: 100%;
    }

    .section-with-filter .contributor-section {
        width: 100%;
    }

    #contributor-grid {
        width: 100% !important;
    }

    .section-with-filter {
        flex-direction: column;
        align-items: center;
    }

    .contributor-section-without-filter .section-card-contributor {
        width: 48% !important;
        margin-bottom: 20px;
        height: fit-content;
    }

    .contributor-section .section-card-contributor {
        width: 48% !important;
        margin-bottom: 20px;
        height: fit-content;
    }

    .main-heading h1 {
        font-size: 60px !important;
        line-height: 60px !important;
        max-width: 100% !important;
    }

    .contributor-card {
        width: calc(50% - 8px) !important;
    }
}

@media screen and (max-width: 600px) {
    .main-heading h1 {
        font-size: 48px !important;
        line-height: 48px !important;
        max-width: 100% !important;
    }

    .contributor-card {
        width: 100% !important;
    }
}

@media screen and (max-width: 500px) {
    .contributor-section .section-card-contributor {
        width: 100% !important;
    }

    .contributor-section-without-filter .section-card-contributor {
        width: 100% !important;
        margin-bottom: 20px;
        height: fit-content;
    }

    .main-heading h1 {
        font-size: 38px !important;
        line-height: 38px !important;
        max-width: 100% !important;
    }
}

.section-like {
    width: 100%;
}

.section-card-list .card-contributor {
    margin-top: 20px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgb(0 0 0);
}

.list-content .description {
    width: 70%;
    margin-top: 20px;
    font-family: 'General Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22.66px;
}

.section-card-list {
    height: fit-content !important;
}

.main-heading h1 {
    max-width: 593px !important;
    font-family: 'General Sans', sans-serif !important;
    font-size: 104px !important;
    font-weight: 600 !important;
    line-height: 104px !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    text-transform: uppercase;
}

.main-heading h2 {
    max-width: 593px !important;
    font-family: Poppins !important;
    font-size: 58px !important;
    font-weight: 600 !important;
    line-height: 58px !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}

.section-card-list div img:not(.contributor-list-avatar) {
    width: 147px;
    height: 143px;
}

.adantages-swiper div div.main-heading h1 {
    max-width: 593px;
    font-family: 'Poppins';
    font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    text-align: left;
    margin-bottom: 20px;
    text-transform: none
}

.adantages-swiper .swiper {
    height: fit-content !important;
}

/* Page Heading */
/* NOTE: This logic should live in a a single file, but is repeated in 3 currently. */

.page-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-heading {
    color: #000000;
    font-family: 'General Sans', sans-serif;
    font-size: 84px;
    font-weight: 600;
    line-height: 84px;
    text-align: left;
}

.page-sub-heading {
    color: #000000;
    font-family: 'General Sans', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
}
