﻿.innovationContainer{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}
.birimlerimizImageWrapper {
    position: sticky;
    width: 40%;
    max-height: 80vh;
    top: 106px;
    min-width: 450px;
}
    .birimlerimizImageWrapper img {
       width: 100%;
        height: auto;
        object-fit: contain;
    }
.birimlerimizSection {
    width: 825px;
    margin: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 150px;
    position: relative;
    padding: 150px 50px 0 50px;
}
.birimlerimizItem{
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0px;
    padding: 0px;
}

.white-header {
    color: rgba(255, 255, 255, 1);
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    border: 0;
    padding: 0;
}
.gradient-header {
    background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    border: 0;
    padding: 0;
}
.birimlerimizContent p {
    font-family: SourceSans;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
    color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 992px) {
    .birimlerimizSection {
        width: 600px;
        min-width:350px;
        gap: 40px;
        padding: 50px 35px 0 35px;
    }
    .birimlerimizItem{
        gap:15px;
    }
    .birimlerimizContent p{
        font-size:14px;
    }
    .birimlerimizImageWrapper{
        min-width:200px;
    }
}
@media (max-width:480px){
    .birimlerimizImageWrapper {
        display: none;
    }

    .birimlerimizSection {
        width: 100%;
        padding: 50px 20px;
    }

    .birimlerimizItem {
        width: 100%;
        text-align: center;
        gap: 15px;
    }
}