.partners_section {
    background: #ec3642;
}
.partners_block {
    display:block;

    padding: 70px 0;

    align-items: center;

    margin-left: auto;

    margin-right: auto;
    border-bottom: solid 1px white;
}

.partners_title {

	font-size: 36px;

    margin-top: 0;

    margin-bottom: 30px;

    font-weight: 700;

    line-height: 1.3;

    text-transform: uppercase;

    color: rgb(1, 15, 34);

    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%;
 
    text-decoration: none;

    margin-bottom: 1px;

    margin-top: 1px;

    box-sizing: border-box;
     color: rgb(1, 15, 34);

    font-size: 12.5px;
    padding: 3px 5px;
    text-align: justify;
}
.partners_link {
    color: #337ab7;
    font-weight: 600;
}
.partners_link:hover {
    color: #000;
}

.slick_track {
    width: 90%;
}

.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;

}
.slick-prev::before, .slick-next::before {
    color: #000;
}

/*@media screen and (max-width: 880px) {
    .partners_items {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
} */
@media screen and (max-width: 480px) {
    .item_partner {
        flex-direction: column;
    }
}