.main-site-map {
    display: flex;
}

.site-map {
    flex: 4;
    padding-right: 2rem;
    padding-top: 0.9rem;
    padding-left: 2.6rem;
}

.site-map-banner {
    flex: 1;
    padding-top: 3rem;
}

.site-map-header-big {
    font-size: 36px;
    color: #393943;
    font-weight: 900;
    text-align: center;
}

.site-map-header-small {
    font-size: 16px;
    color: #9c9ca1;
    font-weight: 600;
    margin-bottom: 4rem;
    padding-left: 2.6rem;
}

li {
    list-style-type: disc;
}

.site-map-title{
    color: #000;
    font-size: 16px;
    font-weight: 100;
}

.site-map-title-inner{
    color: #000;
    font-size: 16px;
    font-weight: 100;
}
.img {
    max-width: 1.5rem;
    vertical-align: top;
}
.item-container {
    margin: 0.5rem 0;
}
