.home-section.showrooms {
    min-height: 600px;
}

.showroom-container {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.home-section.showrooms .showroom-container h2 {
    color: white;
    text-align: center;
    font-size: 60px;
    line-height: 1;
    font-weight: 800;
}

.sidebar-location {
    margin: 15px 0px;
    border-radius: 5px;
}

h3.sidebar-locations {
    font-family: "Roboto Slab", serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d2232a;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

p.sidebar-address {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    margin: 0px auto;
    font-weight: 500;
}

p.sidebar-phone {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    font-weight: 400;
    padding-top: 5px;
    margin-bottom: 0px;
}

.side-area-locations {
    margin-bottom: 25px;
}

@media (max-width: 860px) {
    .showroom-container {
        position: relative;
        transform: unset;
        top: unset;
    }

    .banner.flip .banner-content {
        margin-bottom: 0;
    }

    .banner.flip {
        margin-bottom: 30px;
    }

    .banner {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }

    .banner h3 {
        font-size: 38px;
    }

    .banner img {
        height: 100px;
    }
}

@media (max-width: 480px) {
    .banner h3 {
        font-size: 30px;
    }

    .home-guarantee .guarantee-container h2,
    .home-section.showrooms .showroom-container h2,
    .home-bottom .area-container h2,
    .home-bottom .price-container h2 {
        margin: 0;
        font-size: 40px;
    }
}
