.sizing{
    width: 100%;
    height: auto;
}

.textHeaderProperties{
    padding: 50px;
    text-align: center;
}

body {
    padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.hakkimizda {
    background-color: #f2f2f2;
}

.ayrac {
    border: none;
    border-top: 3px solid #343a40;
    max-width: 250px;
    margin: 25px auto;

}

.igray {
    color: #343a40;
    position: relative;
    top: -60px;
    font-size: 35px;
    border: 10px solid #f2f2f2;
    background-color: #f2f2f2;

}

.iwhite {
    color: #343a40;
    position: relative;
    top: -60px;
    font-size: 35px;
    border: 10px solid white;
    background-color: white;

}

.ekipCard>img:hover {
    opacity: 0.6;
    

}

.galeri{
    background-color: #f2f2f2;
}


.figure:hover{
    opacity: 0.8;
}

.iletisim{
    background-color: white;
}

.headerProperties{
    margin-bottom: 50px;
    font-weight: bold;
}

.img-fluid{
    max-width: 100%;
    /* box-sizing: ; */
}