@media screen and (max-width: 1679px) {
    .team_member_main:has(.rotate-arrow.active) {
        min-height: auto!important;
    }
}
@media screen and (max-width: 1024px) {
    .team_member_main{
        min-height: 375px !important;
    }
    .team_member_main:has(.rotate-arrow.active) {
        min-height: 385px!important;
    }
    .team-bio{
        padding: 45px 20px 30px;
    }
}
@media screen and (max-width: 979px) {
    .team_member_main {
        position: relative;
    }
    .team-bio {
        top: 90%;
        width: 600px !important;
        max-width: 600px !important;
        left: -25% !important;
    }
}
@media screen and (max-width: 767px) {
    .team-bio {
        width: 600px !important;
        max-width: 600px !important;
        left: -27% !important;
    }
    .leadership-team-main-container {
        max-width: 390px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 649px) {
    .team-bio {
        top: 90%;
        width: 430px !important;
        max-width: 430px !important;
        left: -5% !important;
    }
}
@media screen and (max-width: 479px) {
    .team-bio {
        width: 380px !important;
        max-width: 380px !important;
        left: 0% !important;
    }
    .team_member_main {
            min-height: 345px !important;
    }
}
@media screen and (max-width: 413px) {
    .team-bio {
            width: 360px !important;
            max-width: 360px !important;
            left: 0% !important;
        }
}
@media screen and (max-width: 374px) {
    .team-bio {
        width: 100% !important;
    }
}