.sayfaBasi{
    position: relative;
    text-align: center;
    color: white;
    font-weight: bold;
}

.sayfaBasi img{
    object-fit:cover;
    width: 100%;
    height: 400px;
}

.sayfaIsmi{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*adres çubuğu-------------------yarı ortak*/
.breadcrumb {
    font-size: 16px;
    font-weight: 500;
}
.breadcrumb a{
    color: black;
}
.breadcrumb a:hover{
    text-decoration: none;
    color: #696969;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
}

.Firmalar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.25rem;
}
.Firmalar img{
    width: 200px;
    height: 200px;
    object-fit:contain;
}