@media only screen and (min-width: 890px) {
    .partners_block {
        display:block;
            margin-bottom: 20px;
        padding-top: 40px;
        width: 100%;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 998px;

    }

    .partners_title {
        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: 0 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;
    }
    .slick-prev:before, .slick-next:before {
        color: red;
    }
}

@media only screen and (max-width: 890px) {
    .partners_block {
        display:block;
        float: left;
        position: static;
        padding-top: 40px;
        width: 100%;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 998px;

    }

    .partners_title {
        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: 0 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;
    }
    .slick-prev:before, .slick-next:before {
        color: red;
    }

}

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

@media screen and (max-width: 768px) {
    .partners_block {
         width: 100%;
         margin-bottom: 65px;
    }
}

#submission p, #search p, #help p {
    font-size: 14px !important;
}

body {
    box-sizing: border-box;
  }
  
  .itemimg {
    float: left;
    width: 100px;
    height: 100px;
    margin: 15px;
  }
  
  .itemtext {
    margin: auto;
    padding: 15px 5px;
  }
  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .partner {
    border: 1px #bbb solid;
  }
  @media only screen and (min-width: 890px) {
    .partners {
      display: flex;
      width: 100%;
    }
    .partner {
      padding: 10px;
      margin: 10px 3px;
      width:50%;
      min-height: 130px;
      
    }
  }
  @media only screen and (max-width: 890px) {
    .partner {
      width: 100%;
      min-height: 130px;
    }
  }