.services_content{
    height: 90%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
}

.services_content> img{
    max-height: 80%;
}

.tabs_switcher{
    height: 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
}


#development_tab{
    display: none;
}


.services_mobile{
    display: flex;
    width: 85%;
    min-height: fit-content;
    gap: 40px;
    flex-direction: column;
    margin: auto;
}
.mb_services_content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mb_tabs_switcher{

}

.mb_tabs_switcher>button{
    background: none;
    border: none;
    font-family: "Gilroy-ExtraBold";
    font-size: 30px;
    width: fit-content;
    padding: 0;
}

.mb_dev{
    display: none;
}



.mb_tabs> div> h1{
    font-family: "Lato" , sans-serif;
    font-weight: 300;
    font-size: 36px;
}



@media screen and (max-width:991px) {
        .services_content{
            margin-top: 50px;
            flex-direction: column;
            gap: 30px;
            text-align: center;
            align-items: center;
            justify-content: center;
        }

        .tabs_switcher{
            flex-direction: row;
            gap: 20px;
            justify-content: center;
            border-bottom: 1px solid var(--secondary-color);
        }

    
}


/* .tabs>div>h1{
    
} */