#faq .flex_cell {background-position: 50% 72%;}

#team .flex_cell {
    background-position: 50% 60%;
}

@media (min-width: 768px) {
    .inner-tab .tab_titles {
        display: grid;
        grid-template-columns: 1fr;
        width: 350px;
        max-width: 100%;
    }

    .inner-tab .tab {
        border: none !important;
    }
}

@media (min-width: 1251px) {
    .inner-tab .tab_titles {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 600px !important;
        max-width: 100%;
        padding-top: 80px;
    }

    .fixed-heading {
        position: absolute;
        inset: 0;
    }
}

@media (max-width: 1250px) {
    .fixed-heading {
        padding-bottom: 40px !important;
    }
}

.responsive #top .main_color .tabcontainer .active_tab {
    color: var(--primary);
}

.inner-tab {
    margin-top: 0;
}


.inner-tab .tab_inner_content img { 
    margin-top: -15px;
    width: 600px;
}

.inner-tab .tab_inner_content a {
    border: 1px solid var(--primary) !important;
    display: inline-block;
    padding: 6px 17px;
    margin-top: 15px;
    transition: .5s;
    text-decoration: none !important;
}

.inner-tab .tab_inner_content a:hover {
    background-color: var(--primary) !important;
    color: #fff !important;
}

.inner-tab .tab_inner_content {
    padding: 0 !important;
}

.inner-tab .tab_content {
    padding: 0;
    background-color: transparent !important;
    border: none !important;
}

.inner-tab .tab {
    padding: 10px 10px 10px 30px;
    font-size: 16px;
}

.inner-tab .active_tab:before {
    content: '\e87d';   
    font-family: entypo-fontello;
    color: var(--primary);
    position: absolute;
    left: 10px;
}

.inner-tab .active_tab {
    background-color: transparent !important;
}

.inner-tab .tab_inner_content img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}