.info__topic {
    color: var(--topic-color, #000);
    display: flex;
    column-gap: 1rem;
    align-items: center;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 28px;
}

.info__topic svg {
    width: 2.5rem;
    height: 2.5rem;
}

.info__sub-title {
    font-style: normal;
    font-weight:bold;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    background-color: var(--topic-color, #000);
    padding: .25rem 1rem;
    display: inline-flex;
}

@media (min-width: 1300px) {
    .single-default.single-infographic-template .single-content {
       grid-column: 1/-1;
    }
}

.single-infographic-template .single-grid {
    background-color: rgba(255,255,255,0);
    border: 0;
}

.single-infographic-template .background-image {
    height: 100%;
}

.infographic-content .single-content, .hr_glossary-content .single-content {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1300px) {
    .infographic-content .single-content, .hr_glossary-content .single-content {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.single-infographic-template h1 {
    font-size: 50px;
}

.single-infographic-template .wp-block.single-grid {
    margin-bottom: 0;
}

.single-infographic-template .wp-block-ws-breadcrumbs a:last-child {
    text-decoration: underline;
    text-underline-position: under;
}

.infographic-content + .wp-block-ws-section .block-background {
    background-color: #fff !important;
}

.single-infographic-template .background-image svg {
    stroke-width: 1;
}

.single-infographic-template.topic-talent-development .background-image,
.single-infographic-template.topic-talent-management .background-image {
        background-color: #ceecf8;
}

.single-infographic-template.topic-time .background-image,
.single-infographic-template.topic-workforce-management .background-image {
        background-color: #deedda;
}

.single-infographic-template.topic-benefits-administration .background-image {
    background-color: #ddd6e6;
}

.single-infographic-template.topic-recruiting-hiring .background-image,
.single-infographic-template.topic-employee-experience .background-image,
.single-infographic-template.topic-talent-acquisition .background-image {
        background-color: #cfe2ec;
}

@media (max-width: 767px) {
    .single-infographic-template .single-title {
        padding-top: 0;
    }

    .info__topic {
        margin-bottom: 20px;
        font-size: 16px;
        column-gap: .5rem;
    }

    .info__topic svg {
        width: 24px;
        height: 24px;
    }

    .single-infographic-template h1 {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .info__sub-title {
        font-size: 14px;
        background-color: rgba(0,0,0,0);
        padding: 0;
        margin-bottom: 0;
        line-height: 1.5;
        color: #58595b;
    }

    .single-view.single-infographic-template .single-image > div::before {
        padding-top: 56.25%;
    }
}

@media(max-width: 1023px) {
    .single-infographic-template .background-image svg {
        display: none;
    }
}
