/* Tashkilotlar */

.tashkilotlar {
    display: flex;
    justify-content: space-between; 
}



.tashkilot img {
    width: 100%;
    margin-left: 2%;
    height: 80px;
}

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: none;
  }

/* /Tashkilotlar */

