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
    }
}
.hizmet1 {
    border: 1px solid #ccc;
    padding: 5px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #ddd;
    border-left: 1px solid #e10e34
}
.mt2-yuzde{
    margin-top:2%;
}
.hizmet2 {
    font-weight: 700;
    color: #252525;
    font-size: 20px;
    height: 47px
}
.hizmet3 {
    padding-top: 4%;
    text-align: center
}
.hizmet4 {
    background: #e10e34;
    color: #fff;
    padding: 2%;
    width: 100%;
    border-radius: 25px
}
.tirnak-icon{
    width:9.5px;
}