.index_sevices {
    margin: 30px auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index_sevices li {
    width: 225px;
    background-size: 100% auto;
    float: left;
    margin-right: 3%;
    list-style: none;
    height: 280px;
    border: 1px solid #d7d4d4;
    border-radius: 10px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
    z-index: 899;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    max-width: 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.index_sevices li>a {
    width: 100%;
    display: block;
}

.index_sevices li:hover {
    border-color: #9c2531;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .31);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .31);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.index_sevices li:last-child {
    margin-right: 0px;
}

.index_sevices li .index_sevices--head {
    margin-top: 20px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
}

.index_sevices li p {
    margin-top: 8px;
    font-size: 17px;
    margin-right: 5px;
    margin-left: 14px;
    line-height: 21px;
}

.margb-30 {
    margin-bottom: 30px;
}

.index_sevices--image {
    width: 100%;
    margin-top: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.index_sevices--image img {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

@media only screen and (max-width: 1290px) {
    .index_sevices li {
        margin-right: 1%;
        width: 190px;
    }

    .index_sevices li .index_sevices--head {
        font-size: 18px;
    }
}

@media only screen and (max-width: 999px) {
    ul.index_sevices li {
        height: 182px;
        max-width: 18%;
    }
}