.iconos_Showroom{
    display: flex;
    justify-content: center;
    justify-content: center;
    margin: auto;
    width: 100%;
}
.iconos_Showroom img{ 
    width: 50%;
    border-bottom: solid 1px #000;
    padding: 3% 0;
}

@media only screen and (max-width: 600px) {
    .iconos_Showroom{
        display: none;
    }
  }