@media only screen and (max-width: 1199px) {

    .member-card-wrapper-v3 {
        width: 50%;
        height: fit-content;
        min-width: unset;
    }

    .member-display-wrapper {
        min-width: calc(100% - 680px);
        min-width: unset;
        max-width: 50%;
        width: 50%;
    }

    .member-display{
        height: 100%;
    }

    .member-card-wrapper-v3 .member-card-holder {
        width: 110px;
    }

    .member-card-wrapper-v3 .member-card {
        width: 80px;
        height: 150px;
    }

    .member-card-wrapper-v3 .member-image-holder {
        width: 80px;
        height: 90px;
    }

    .member-card-wrapper-v3 .member-image {
        width: 100px;
        height: 110px;

    }
    
    .member-card-wrapper-v3 .member-name {
        font-size: 15px;
        width: min-content;
        text-align: center;
        margin: auto;
    }

    .member-display-name h3 {
        font-size: 26px;
    }

    .memeber-display-title {
        font-size: 20px;
    }

    .member-display-content {
        font-size: 16px;
    }
}


@media only screen and (max-width:1010px) {
    .member-column .elementor-widget-wrap.elementor-element-populated {
        padding: 0 !important;
    }

    .member-wrapper {
        flex-direction: column;
    }

    .member-card-wrapper-v3 {
        width: 100%;
        min-width: unset;
        max-width: unset;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        column-gap: 30px;
        justify-content: unset;
    }

    .member-display-wrapper {
        width: 90%;
        
        max-width: unset;
        min-width: unset;
        margin-top: 30px;
        height: 280px;
    }

    .member-display-name h3 {
        font-size: 20px;
    }

    .memeber-display-title {
        font-size: 18px;
    }

    .member-display-content-holder {
        height: calc(100% - 81px);
        display: flex
    ;
        flex-direction: column;
        justify-content: center;
    }

    .member-display-content {
        font-size: 14px;
    }
}

/* @media only screen and (max-width: 600px) {

    .slick-slide {
        width: 272px;
    }

    .member-card-wrapper {
        overflow: unset;
        overflow-x: unset;
        overflow-y: unset;
    }

    #member-card-holder-column {
        width: 100%
    }

    .member-card-holder:first-child .member-card {
        margin-left: 25px;
    }

    .member-card-holder:last-child .member-card {
        margin-right: 25px;
    }

    .member-card {
        height: 340px;
        margin: 5px auto;
    }

    .member-card-background {
        background: transparent;
    }

    .member-image {
        border: 2px solid #012F6B;
    }

    .member-name,
    .member-job-title {
        color: #012F6B;
    }



} */