/* .img_tabs{
    width: 120px;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.tabs-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
} */