.show-company-item{
    display:block;
    width:183px;
    height:137px;
    margin-right:18px;
    margin-bottom:18px;
    border-radius:10px;
    transition: 0.5s all;
    cursor: pointer;
}
.show-company-item:nth-child(7n){
    margin-right:0;
}
.showcompany-logo-img{
    width:100%;
    height:137px;
    border-radius:10px;
}
.show-company-item:hover {
    border-radius: 10px;
    transform: translateY(-3px);
    transition: 0.5s all;
    box-shadow: 0px 0px 14px #c6c6c6;
}
@media (max-width: 1600px){
    .show-company-item{
        width:146px;
        height:109.5px;
        margin-right:18px;
        margin-bottom:18px;
    }
    .showcompany-logo-img{
        width:100%;
        height:109.5px;
        border-radius:10px;
    }
}

.menu-list-home{
    width:200px !important;
}
