.kurumsal-cont{
    width: 60%;
    height: 30vh;
    background-color: ;
    margin: 0 auto;
}

.kurumsal-sol{
    float: left;
    width: 50%;
    height: 100%;
    background-color: ;
    text-align: center;
}

.kurumsal-sol img{
    width: 20vh;
    margin-top: 4vh;
}

.kurumsal-sag{
    float: right;
    width: 50%;
    height: 100%;
    background-color: ;
}

.kurumsal-sag h1{
    color: #ecbc36;
    font-size: 3.2vh;
}

.kurumsal-sag p{
    font-size: 1.8vh;
    font-weight: 500;
    line-height: 3vh;
}

.misyon-cont{
    width: 60%;
    height: 45vh;
    background-color: ;
    margin: 0 auto;
}

.misyon-sol{
    float: right;
    width: 50%;
    height: 100%;
    background-color: ;
    text-align: center;
}

.misyon-sol i{
    color: #ecbc36;
    font-size: 22vh;
    margin-top: 5vh;
    transition: ease .4s;
}

.misyon-sol i:hover{
    color: rgb(32, 32, 32);
}

.misyon-sag{
    float: left;
    width: 50%;
    height: 100%;
    background-color: ;
}

.misyon-sag h1{
    color: #ecbc36;
    font-size: 3.2vh;
}

.misyon-sag p{
    font-size: 1.8vh;
    font-weight: 500;
    line-height: 3vh;
}

.vizyon-cont{
    width: 60%;
    height: 45vh;
    background-color: ;
    margin: 0 auto;
}

.vizyon-sol{
    float: left;
    width: 50%;
    height: 100%;
    background-color: ;
    text-align: center;
}

.vizyon-sol i{
    color: #ecbc36;
    font-size: 22vh;
    margin-top: 5vh;
    transition: ease .4s;
}

.vizyon-sol i:hover{
    color: rgb(32, 32, 32);
}

.vizyon-sag{
    float: right;
    width: 50%;
    height: 100%;
    background-color: ;
}

.vizyon-sag h1{
    color: #ecbc36;
    font-size: 3.2vh;
}

.vizyon-sag p{
    font-size: 1.8vh;
    font-weight: 500;
    line-height: 3vh;
}

@media only screen and (max-width: 768px) {
    .kurumsal-cont{
        width: 80%;
        height: auto;
        background-color: ;
        margin: 0 auto;
    }
    
    .kurumsal-sol{
        float: none;
        width: 100%;
        height: 100%;
        background-color: ;
        text-align: center;
    }
    
    .kurumsal-sol img{
        width: 20vh;
        margin-top: 4vh;
    }
    
    .kurumsal-sag{
        float: none;
        width: 100%;
        height: 100%;
        background-color: ;
    }
    
    .kurumsal-sag h1{
        color: #ecbc36;
        font-size: 3.2vh;
    }
    
    .kurumsal-sag p{
        font-size: 1.8vh;
        font-weight: 500;
        line-height: 3vh;
    }
    
    .misyon-cont{
        width: 80%;
        height: auto;
        background-color: ;
        margin: 0 auto;
    }
    
    .misyon-sol{
        float: none;
        width: 100%;
        height: 100%;
        background-color: ;
        text-align: center;
    }
    
    .misyon-sol i{
        color: #ecbc36;
        font-size: 22vh;
        margin-top: 5vh;
        transition: ease .4s;
    }
    
    .misyon-sol i:hover{
        color: rgb(32, 32, 32);
    }
    
    .misyon-sag{
        float: none;
        width: 100%;
        height: 100%;
        background-color: ;
    }
    
    .misyon-sag h1{
        color: #ecbc36;
        font-size: 3.2vh;
    }
    
    .misyon-sag p{
        font-size: 1.8vh;
        font-weight: 500;
        line-height: 3vh;
    }
    
    .vizyon-cont{
        width: 80%;
        height: auto;
        background-color: ;
        margin: 0 auto;
    }
    
    .vizyon-sol{
        float: none;
        width: 100%;
        height: 100%;
        background-color: ;
        text-align: center;
    }
    
    .vizyon-sol i{
        color: #ecbc36;
        font-size: 22vh;
        margin-top: 5vh;
        transition: ease .4s;
    }
    
    .vizyon-sol i:hover{
        color: rgb(32, 32, 32);
    }
    
    .vizyon-sag{
        float: none;
        width: 100%;
        height: 100%;
        background-color: ;
    }
    
    .vizyon-sag h1{
        color: #ecbc36;
        font-size: 3.2vh;
    }
    
    .vizyon-sag p{
        font-size: 1.8vh;
        font-weight: 500;
        line-height: 3vh;
    }
}