#logo_list{
    padding-top: 50px;
    padding-bottom: 50px;
}
#logo_list .logo .logo-image img{
    width: 100%;
}
#logo_list .title{
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
#logo_list .wrap-logo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}