﻿

.sitemap__inner {
margin-left: auto;
margin-right: auto;
max-width: 1200px;
background-color: #fff;
padding: 50px;
display: flex;
flex-wrap: wrap;
}

.sitemap__list {
list-style-type: none;
margin: 0;
padding: 0;
}

.sitemap__list__head {
font-weight: 600;
}

.sitemap__column {
margin-bottom: 20px;
width: 20%;
}

.sitemap__column h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.space-left-10 {
padding-left: 10px;
}

@media (max-width: 800px) and (min-width:550px ) {
    .sitemap__column {
        width: 50%;
    }
}

@media (max-width: 550px) {
    .sitemap__column {
        width: 100%;
    }
}
