
.sitemap p {
    font-size: 18px;
    margin-bottom: 0px;
}
.sitemap h4.title-top span{
    padding-bottom: 5px;
    border-bottom: #268bd2 5px solid;
}
.sitemap .title {
    font-size: 20px;
    padding-left: 5px;
    border-left:#268bd2 5px solid;
    border-bottom:#268bd2 1px solid;
}
.sitemap .content-chil {
    margin-left: 20px;
}
.sitemap .content-chil .bottom{
    margin-left: 20px;
}
.sitemap .content-chil .top{
    display: grid;
}
.sitemap .content-chil .top h5{
    font-size: 18px;
}
.sitemap .content-chil .top a{
    margin-top: 1rem;
    margin-left: 18px;
    font-size: 18px;
    color: black;
}
.sitemap .content-chil .top ul{
    list-style-type: square;
    padding-left: 1rem !important;
}
.sitemap .content-chil .bottom ul{
    list-style-type: square;
    padding-left: 1rem !important;
}
.sitemap a {
    text-decoration: none;
	color: black;
}
@media (max-width:415px) {

    .sitemap .title {
        font-size: 18px;
    }
    .sitemap .content-chil .top h5{
        font-size: 16px;
    }
    .sitemap p {
        font-size: 16px;
    }
    .sitemap .content-chil .top a{
        font-size: 16px;
    }
}
@media (max-width:840px) {
    .main-showroom #main {
        padding: 0 15px;
    }
}
