@media (max-width: 600px) {

    section#showroom .container.container-showroom-title h2 {
        font-size: 9vw;
        text-align: left!important;
    }

    section#showroom .container.container-showroom-txt p.text-black{
        text-align: left!important;
    }

    #slider-showroom .owl-dots {
        margin-top: 10px;
        padding-bottom: 35px;
    }

    .owl-nav {
        right: 0;
        position: absolute;
        width: 110px;
        top: 0;
        bottom: -300px;
        padding: 0 25px;
        display: flex;
        left: 0;
        margin: auto;
    }

    .owl-nav .nav-left img, .owl-nav .nav-right img {
        width: 18px;
    }
}
