.customer-service{
    width: 100%;
    height: 828px;
    padding: 40px;
    box-sizing: border-box;
    margin-top: 60px;
}
.company-list {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.company-box{
    /* display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    height: 304px; */
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 40px;
    justify-content: center;
    width: 90%;
}
.item-company{
    width: 15vw;
    height: 9vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 40px; */
}
.company-img{
    width: 80%;
    height: 80%;
    max-height: 95px;
    max-width: 220px;
    vertical-align: middle;
    object-fit: contain;
}