.site-map-embed-wrapper {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0px 40px;
}

.site-map-embed-wrapper-inner {
    width: 100%;
    height: auto;
    max-width: 1280px;
    margin: 0 auto;
}

@media(max-width: 767px) {
    .site-map-embed-wrapper {
        padding: 0px 16px;
    }
}

.site-map-embed-title {
    width: fit-content;
    height: auto;
    text-align: center;
    margin: 0 auto;
    color: var(--gray-1, #222);
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 125% */
    padding-bottom: 24px;
}