.partners_block {
    display:block;

    padding-top: 40px;

    align-items: center;

    margin-left: auto;

    margin-right: auto;

}

.partners_title {

	font-size: 36px;

    margin-top: 0;

    margin-bottom: 30px;

    font-weight: 700;

    line-height: 1.3;

    text-transform: uppercase;

    color: #000;

    text-align: center;

}

.partners_items {

	display: flex;

    justify-content: space-around;

}

.item_partner {
	display: flex!important;
    align-items: center;
    border: 1px solid #e6e6e6;
}
.item_text {
	width: 100%;

    height: 100%;

    padding: 20px;

    text-decoration: none;

    margin-bottom: 1px;

    margin-top: 1px;

    box-sizing: border-box;
    color: #000;
}

.item_img {

	height: 100px!important;

    width: 100px;

    padding: 10px;

    background-size: contain;

    background-position: center;

    background-repeat: no-repeat;

    margin-right: 10px;

    box-sizing: border-box;

}

.slick-initialized .slick-slide {

    margin-left: 10px;

    margin-right: 10px;

}

@media screen and (max-width: 880px) {
    .partners_items {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}