html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: rgb(249, 200, 233);
    font-family: "Montserrat", serif;
}

.logo {
    margin-top: 10px;
    text-align: center;
}

.icerik {
    flex: 1;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 10px 0;
}

.bas{
    display: flex;
    flex-direction: column;
    width: 40%;
    }
.son {
    display: flex;
    flex-direction: column;
    width: 40%;
    }
.orta{
    width: 0%;
    display: flex;
    flex-direction: column;

}

.bas
{
    margin-left: 100px;
}
.son{margin-right: 100px;}
.sektorler, .markalar, .iletisim {
    border: solid black 3px;
    border-radius: 25px;
    padding: 10px;
    height: 550px;

}
.sektorler h1, .markalar h1, .iletisim h1{
    background-color: rgb(233, 181, 51);
    text-decoration: underline;
}
.misyon h1, .vizyon h1{text-decoration: underline;}
.misyon{margin-left: 30px; margin-right:15px; text-align: center;}
.vizyon{margin-left:15px; margin-right: 30px;text-align: center;}
.iletisim
{
    position: relative;
}
.sitemap {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: black;
    color: white;
    text-align: center;
    line-height: 50px;
    z-index: 2;
}

.minilogo img
{
    width: 50px;
    height: 50px;
}
.minilogo
{
    position: absolute;
    left: 130px;
    bottom: 30px;
}
.tbayrak
{
    border-radius: 50px;
}
.paragraf{margin-left: 30px;}
@media (max-width: 768px) {
    .icerik {
        flex-direction: column;
        height: auto;
        padding: 10px;
    }

    .bas, .orta, .son {
        width: 100%;
        margin-bottom: 15px;
    }
.minilogo {
        left: 10px; /* Küçük ekranlarda sol kenara daha yakın */
        bottom: 10px; /* Küçük ekranlarda alt kenara daha yakın */
    }
    
    .bas {
        margin-left:0px;
        order: 1;
    }
    .orta {
        order: 2;
    }
    .son {
        order: 3;
    }

    
    .sektorler, .markalar, .iletisim, .misyon, .vizyon {
        margin-bottom: 20px;
    }
    
    
    .logo {
        margin-top: 10px;
    }
}
