.kisi-listesi div {
    width: 33%;
    float: left;
    text-align: center;
    padding-bottom: 50px;
}
    .kisi-listesi div img {
        height: 150px;
        margin-bottom: 15px;
    }


@media only screen and (max-width: 600px) {
    .kisi-listesi div {
        width: 50% !important;
        min-height:275px;
    }

}

.form-control, .btn {
    border-radius: 0px !important;
}

.item h2 {
    position: absolute;
    bottom: 0px;
    background: red;
    color: white;
    padding: 10px 10px 10px 10px;
    width: 100%;
    margin-bottom:0px;
}