.organization {
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #414141;
    padding-top: 40px;
}

.organization img {
    width: 100%;
}

.mobile {
    display: none;
}

.organization-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 36px;
    margin-bottom: 16px;
    color: #C8102E;
    text-align: center;
}

.leader {
    margin-top: -120px;
}

.leader img {
    width: 100%;
}

.diagram-change {
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: #C8102E;
    font-size: 12px;
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-top: 4px;
}

.diagram-content-item {
    display: none;
}

.diagram-content-item.active {
    display: block;
}

.diagram-change-item {
    text-align: center;
    cursor: pointer;
}

@media (min-width: 1600px) {
    .leader {
        margin-top: -160px;
    }
}

@media (max-width: 767px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .organization-title {
        font-size: 24px;
    }

    .leader {
        margin-top: -25px;
    }
}





