.container_tab_emulator {
    margin-bottom: 0;
}

.blockfi_footer_section_container {
    margin-top: 0 !important;
}

.blockfi_leader_team_ {
    width: 100%;
    position: relative;
    display: flex;
}

.flex-wrap-section {
    width: 33.333%;
    height: 519px;
    overflow: hidden;
    position: relative;
}

.img_container {
    height: 100%;
    position: relative;
    z-index: 1;
}


.container_text_blh1 {
    z-index: 2;
    width: 100%;
    position: absolute;
    bottom: 25px;
    padding: 10px 40px 10px 40px;
    color: #fff; 
}

.container_text_blh1 h2{
    font-size: 28px;
    font-weight: 700;
    color: #fff !important;
    text-transform: capitalize;
    font-family: var(--text-font-family3);
}

.container_text_blh1 p {
    font-size: 16px;
    font-family: var(--text-font-family3);
}

.flex-wrap-section img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.over_lay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    margin: 0;
    background-color: #FFFFFFE0;
    overflow: hidden;
    z-index: 3;
    padding: 0px 0px 0px 0px;
    transition: .5s ease;
}

.flex-wrap-section:hover .over_lay {
    height: 100%;
    transition: all .5s ease;
}

.title_container_overlay h3 {
    font-family: var(--text-font-family2);
    font-size: 28px;
    font-weight: 700;
    margin-top: 80px;
    margin-left: 30px;
    line-height: 28px;
    margin-bottom: 20px;
    color: var(--text-color3);
}

.container_section_flip {
    font-size: 16px;
    font-family: var(--text-font-family2);
    font-weight: 300;
    padding: 0 30px 0 30px;
    color: var(--text-color3);
    line-height: 25.6px;
}

@media screen and (max-width : 767px) {
      .leadership {
        background-image: url(images/leadership-team-mobile-bg.jpg);
      }

      .blockfi_leader_team_ {
        flex-direction: column;
      }

      .flex-wrap-section {
        width: 100%;
      }
}