table.ortala {
    margin-left: auto;
    margin-right: auto;
}

.base {
    width: 100%;
    height: 312px !important;
}

.fill img {
    object-fit: fill;
}

.contain {
    object-fit: contain;
}

.cover img {
    object-fit: cover;
}

.scale-down img {
    object-fit: scale-down;
}

.none img {
    object-fit: none;
}

@media(max-width:992px) and (min-width:768px) {
    .col-sm-6 {
        max-width: 50% !important;
        flex: 0 0 50%;
    }
}

@media(max-width:768px) {
    .col-xs-12 {
        max-width: 100% !important;
    }
}
.base img {
    width: 100%;
    height: 250px !important;
}

.fill img {
    object-fit: fill;
}

.contain img {
    object-fit: contain;
}

.cover img {
    object-fit: cover;
}

.scale-down img {
    object-fit: scale-down;
}

.none img {
    object-fit: none;
}

@media (max-width: 767px) {
    .row {
        padding: 0 !important;
        margin: 0
    }
}
.projeler1 {
    border: 1px solid #ccc;
    padding: 5px
}
.projeler2 {
    font-weight: 700;
    color: #5c5d5c;
    font-size: 18px
}
.tirnak-icon{
    width:9.5px;
    margin-top:10px;
}
.projeler3 {
    background: #e10e34;
    color: #fff;
    padding: 2%;
    width: 100%
}