.sitemap {
    margin-top: 72px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 100px;
}

.sitemap .top-heading {
    margin-top: 36px;
    margin-bottom: 40px;
}

.sitemap .top-heading h1 {
    color: #101010;
    font-size: 32px;
    font-weight: 600;
    word-wrap: break-word;
    margin-bottom: 0;
}

.sitemap .link-section {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 50px;
    margin-bottom: 40px;
}

.sitemap .link-section ul.inner-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 50px;
    margin-bottom: 40px;
}

.sitemap .link-section ul.inner-wrap .link-box {
    width: 191px;
}

.sitemap .link-section ul.inner-wrap .link-box ul {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0;
}

.sitemap .link-section .title-left.item {
    color: #373534;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    word-wrap: break-word;
    text-decoration: none;
}

.sitemap .link-section .title-right.item {
    color: #A79D96;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.40px;
    word-wrap: break-word;
    margin-bottom: 12px;
}

.sitemap .link-section .item .link-box ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sitemap .link-section>a,
.sitemap .link-section .title-left.item {
    width: 100px;
}

.sitemap .link-section .link-box .inner-wrap .menu-item a {
    color: #373534;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
    line-height: 21px;
}


@media screen and (max-width: 1280px) {
    .sitemap {
        padding: 0 40px;
    }
}

@media screen and (max-width: 950px) {
    .sitemap {
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .sitemap .link-section ul.inner-wrap .link-box {
        width: 100%;
    }

    .sitemap {
        padding: 0 16px;
        margin-top: 62px;
    }

    .sitemap .top-heading {
        margin-top: 39px;
        margin-bottom: 32px;
    }

    .sitemap .link-section ul.inner-wrap {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        gap: 30px;
        margin-bottom: 0px;
        flex-direction: column;
    }

    .sitemap .link-section {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        gap: 20px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .sitemap .top-heading h1 {
        font-size: 20px;
    }

    .sitemap .link-section .title-right.item {
        margin-bottom: 24px;
        max-width: 155px;
        line-height: 23px;
        font-size: 16px;
    }

    .sitemap .link-section .item .link-box ul {
        gap: 18px;
    }

    .sitemap .link-section .link-box .inner-wrap .menu-item a {
        font-size: 16px;
        color: #373534;
        font-weight: 400;
    }

    .sitemap .link-section .title-left.item {
        color: #373534;
        font-size: 20px;
        font-weight: 600;
        line-height: 22px;
        word-wrap: break-word;
        text-decoration: none;
    }

    .sitemap .link-section>a,
    .sitemap .link-section .title-left.item {
        width: auto;
    }


}