.hizmet_img {
    height: 510px !important;
}

.attachment-full {
    height: 750px !important;
}

.hakkimizda_sayac{
    text-align: center;
}

.facebook_index_btn{
    left: 120px !important;
}

.mobilde_ters_don{
    flex-direction: row;
}

.proje_img, .hizmet_img {
    min-height: 350px !important;
    max-height: 650px !important;
    width: auto !important;
    object-fit: cover !important;
}

.menu_logo {
    height: 60px !important;
}

@media only screen and (max-width: 768px) {

    #Top_bar .logo #logo img {
        height: 60px !important;
    }

    .hizmet_img {
        height: 350px !important;
    }

    .attachment-full {
        height: 400px !important;
    }

    .proje_img {
        height: 350px !important;
    }

    .facebook_index_btn{
        left: 0px !important;
    }

    .rev-btn{
        margin-top: 20px !important;
    }

    .mobilde_ters_don{
        flex-direction: column-reverse;
    }
}