.black_container{
    height: 100% !important;
}
.m_partner{
    padding: 85px 24px 24px;
}
.m_partner_title{
    margin-bottom: 29px;
}
.m_partner_title h2{
    font-family: Unna;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.56px;
    color: #fff;
    margin-bottom: 22px;
}
.m_partner_title small{
    font-family: Poppins;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    color: rgba(255, 255, 255, .6);
}
.m_part_list_wrap {
    width:180px;
}
.m_part_list_wrap ul li{
    padding: 0 16px;
    width: 180px !important;
    height: 332px;
    background-color: rgba(20, 20, 20, .6);
    text-align: center;
}
.m_part_list_img{
    margin: 72px 0 60px;
    width: 29px;
    height: 40px;
    background: url('../../images/main/m-icon-company-logo.png') no-repeat center / cover;
}
.m_part_list_txt{
    text-align: left;
}
.m_part_list_txt h3{
    font-family: Poppins;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: #fff;
}
.m_part_list_txt p{
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: rgba(255, 255, 255, .4);
}
.m_part_list_txt strong{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 332px;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: rgba(255, 255, 255,.1);
}
.m_part_list_wrap ul li.is-active{
    background-image: linear-gradient(to right ,#7F2FB5,#522ECE);
}